#258A96

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

Shades of Java #258A96

Tints of Java #258A96

Color information

#258A96 (or 0x258A96) is unknown color: approx Java. HEX triplet: 25, 8A and 96. RGB value is (37,138,150). Sum of RGB (Red+Green+Blue) = 37+138+150=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #258A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A96 is #DA7569. Grayscale: #6D6D6D. Windows color (decimal): -14316906 or 9865765. OLE color: 9865765.

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

Color convert

RGB37138150-
CMYK0.750.0800.41
HSL186.37º60.43%36.67%-
HSV(B)186.37º75.33%58.82%-
XYZ15.3620.7732.05-
YUV109.17151.0476.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.38%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=11.38%
G=42.46%
B=46.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371381500.750.0800.41186.3760.4336.67
Hex258A964B8029ba3c25
Octal45212226113100512727445
Binary100101100010101001011010010111000010100110111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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