Html Css Color HEX #259F91 Java

📋 copy color: '#259F91'

red 37 ◦ green 159 ◦ blue 145

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

Shades of Java #259F91

Tints of Java #259F91

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 10.85%
G = 46.63%
B = 42.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#259F91 (or 0x259F91) is known color: Java. HEX triplet: 25, 9F and 91. RGB value is (37,159,145). Sum of RGB (Red+Green+Blue) = 37+159+145=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #259F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259F91 is #DA606E. Grayscale: #787878. Windows color (decimal): -14311535 or 9543461. OLE color: 9543461.

HSL color Cylindrical-coordinate representation of color #259F91: hue angle of 173.11º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F91 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 159 145 -
CMYK 0.77 0 0.09 0.38
HSL 173.11º 0.62% 0.38% -
HSV(B) 173.11º 0.77% 0.62% -
XYZ 18.27 27.23 31.08 -
YUV 120.93 141.58 68.14 -
System Red Green Blue C M Y K H S L
Decimal 37 159 145 0.77 0 0.09 0.38 173.11 0.62 0.38
Hex 25 9F 91 4D 0 9 26 AD 3E 26
Octal 45 237 221 115 0 11 46 255 76 46
Binary 100101 10011111 10010001 1001101 0 1001 100110 10101101 111110 100110

Color Harmonies of #259F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259F91

Black with #259F91

Text Example


Text Example

White with #259F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259F91; }

 p { color: rgb(37,159,145); }

 H1.HeaderClassName
 {
   color: #259F91;
 }
 .AnyTagClassName
 {
   color: #259F91;
 }
</style>

background-color css

<style>
 a { background-color: #259F91; }

 a { background-color: rgb(37,159,145); }

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

border-color css

<style>
 span { border-color: #259F91; }

 span { border-color: rgb(37,159,145); }

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