Html Css Color HEX #25958F Java

📋 copy color: '#25958F'

red 37 ◦ green 149 ◦ blue 143

#25958F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #25958F

Tints of Java #25958F

RGB

 RED value IS 37 (14.84% from 255) = 11.25%

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 11.25%
G = 45.29%
B = 43.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#25958F (or 0x25958F) is known color: Java. HEX triplet: 25, 95 and 8F. RGB value is (37,149,143). Sum of RGB (Red+Green+Blue) = 37+149+143=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #25958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25958F is #DA6A70. Grayscale: #727272. Windows color (decimal): -14314097 or 9409829. OLE color: 9409829.

HSL color Cylindrical-coordinate representation of color #25958F: hue angle of 176.79º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25958F is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 149 143 -
CMYK 0.75 0 0.04 0.42
HSL 176.79º 0.6% 0.36% -
HSV(B) 176.79º 0.75% 0.58% -
XYZ 16.47 23.87 29.73 -
YUV 114.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 37 149 143 0.75 0 0.04 0.42 176.79 0.6 0.36
Hex 25 95 8F 4B 0 4 2A B1 3C 24
Octal 45 225 217 113 0 4 52 261 74 44
Binary 100101 10010101 10001111 1001011 0 100 101010 10110001 111100 100100

Color Harmonies of #25958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25958F

Black with #25958F

Text Example


Text Example

White with #25958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25958F; }

 p { color: rgb(37,149,143); }

 H1.HeaderClassName
 {
   color: #25958F;
 }
 .AnyTagClassName
 {
   color: #25958F;
 }
</style>

background-color css

<style>
 a { background-color: #25958F; }

 a { background-color: rgb(37,149,143); }

 div.DivClassName
 {
   background-color: #25958F;
 }
 .BgClassName
 {
   background-color: #25958F;
 }
</style>

border-color css

<style>
 span { border-color: #25958F; }

 span { border-color: rgb(37,149,143); }

 td.TdClassName
 {
   border-color: #25958F;
 }
 .TagClassName
 {
   border-color: #25958F;
 }
</style>