#259196

Color #259196 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #259196

Tints of Java #259196

Color information

#259196 (or 0x259196) is unknown color: approx Java. HEX triplet: 25, 91 and 96. RGB value is (37,145,150). Sum of RGB (Red+Green+Blue) = 37+145+150=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #259196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259196 is #DA6E69. Grayscale: #717171. Windows color (decimal): -14315114 or 9867557. OLE color: 9867557.

HSL color Cylindrical-coordinate representation of color #259196: hue angle of 182.65º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259196 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB37145150-
CMYK0.750.0300.41
HSL182.65º60.43%36.67%-
HSV(B)182.65º75.33%58.82%-
XYZ16.3922.8532.4-
YUV113.28148.7273.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.14%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=11.14%
G=43.67%
B=45.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371451500.750.0300.41182.6560.4336.67
Hex2591964B3029b73c25
Octal4522122611330512677445
Binary1001011001000110010110100101111010100110110111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259196; }

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

 H1.HeaderClassName
 {
   color: #259196;
 }
 .AnyTagClassName
 {
   color: #259196;
 }
</style>
background-color css

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

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

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

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

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

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