Html Css Color HEX #259991 Java

📋 copy color: '#259991'

red 37 ◦ green 153 ◦ blue 145

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

Shades of Java #259991

Tints of Java #259991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

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

R = 11.04%
G = 45.67%
B = 43.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#259991 (or 0x259991) is known color: Java. HEX triplet: 25, 99 and 91. RGB value is (37,153,145). Sum of RGB (Red+Green+Blue) = 37+153+145=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #259991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259991 is #DA666E. Grayscale: #757575. Windows color (decimal): -14313071 or 9541925. OLE color: 9541925.

HSL color Cylindrical-coordinate representation of color #259991: hue angle of 175.86º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259991 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 153 145 -
CMYK 0.76 0 0.05 0.4
HSL 175.86º 0.61% 0.37% -
HSV(B) 175.86º 0.76% 0.6% -
XYZ 17.27 25.22 30.75 -
YUV 117.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 37 153 145 0.76 0 0.05 0.4 175.86 0.61 0.37
Hex 25 99 91 4C 0 5 28 B0 3D 25
Octal 45 231 221 114 0 5 50 260 75 45
Binary 100101 10011001 10010001 1001100 0 101 101000 10110000 111101 100101

Color Harmonies of #259991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259991

Black with #259991

Text Example


Text Example

White with #259991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259991; }

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

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

background-color css

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

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

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

border-color css

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

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

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