#258D96

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

Shades of Java #258D96

Tints of Java #258D96

Color information

#258D96 (or 0x258D96) is unknown color: approx Java. HEX triplet: 25, 8D and 96. RGB value is (37,141,150). Sum of RGB (Red+Green+Blue) = 37+141+150=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #258D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D96 is #DA7269. Grayscale: #6E6E6E. Windows color (decimal): -14316138 or 9866533. OLE color: 9866533.

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

Color convert

RGB37141150-
CMYK0.750.0600.41
HSL184.78º60.43%36.67%-
HSV(B)184.78º75.33%58.82%-
XYZ15.7921.6532.2-
YUV110.93150.0475.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.28%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=11.28%
G=42.99%
B=45.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371411500.750.0600.41184.7860.4336.67
Hex258D964B6029b93c25
Octal4521522611360512717445
Binary10010110001101100101101001011110010100110111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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