#259686

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

Shades of Java #259686

Tints of Java #259686

Color information

#259686 (or 0x259686) is unknown color: approx Java. HEX triplet: 25, 96 and 86. RGB value is (37,150,134). Sum of RGB (Red+Green+Blue) = 37+150+134=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #259686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259686 is #DA6979. Grayscale: #727272. Windows color (decimal): -14313850 or 8820261. OLE color: 8820261.

HSL color Cylindrical-coordinate representation of color #259686: hue angle of 171.5º 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 #259686 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB37150134-
CMYK0.7500.110.41
HSL171.5º60.43%36.67%-
HSV(B)171.5º75.33%58.82%-
XYZ15.9723.9326.33-
YUV114.39139.0672.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.53%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=11.53%
G=46.73%
B=41.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371501340.7500.110.41171.560.4336.67
Hex2596864B0B29ac3c25
Octal45226206113013512547445
Binary100101100101101000011010010110101110100110101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259686; }

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

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

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

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

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

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

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

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