#258D87

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

Shades of Java #258D87

Tints of Java #258D87

Color information

#258D87 (or 0x258D87) is unknown color: approx Java. HEX triplet: 25, 8D and 87. RGB value is (37,141,135). Sum of RGB (Red+Green+Blue) = 37+141+135=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #258D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D87 is #DA7278. Grayscale: #6D6D6D. Windows color (decimal): -14316153 or 8883493. OLE color: 8883493.

HSL color Cylindrical-coordinate representation of color #258D87: hue angle of 176.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258D87 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB37141135-
CMYK0.7400.040.45
HSL176.54º58.43%34.9%-
HSV(B)176.54º73.76%55.29%-
XYZ14.6621.1926.24-
YUV109.22142.5476.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.82%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=11.82%
G=45.05%
B=43.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371411350.7400.040.45176.5458.4334.9
Hex258D874A042Db13a23
Octal4521520711204552617243
Binary10010110001101100001111001010010010110110110001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258D87; }

 p { color: rgb(37,141,135); }

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

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

 a { background-color: rgb(37,141,135); }

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

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

 span { border-color: rgb(37,141,135); }

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