#258B96

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

Shades of Java #258B96

Tints of Java #258B96

Color information

#258B96 (or 0x258B96) is unknown color: approx Java. HEX triplet: 25, 8B and 96. RGB value is (37,139,150). Sum of RGB (Red+Green+Blue) = 37+139+150=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #258B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B96 is #DA7469. Grayscale: #6D6D6D. Windows color (decimal): -14316650 or 9866021. OLE color: 9866021.

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

Color convert

RGB37139150-
CMYK0.750.0700.41
HSL185.84º60.43%36.67%-
HSV(B)185.84º75.33%58.82%-
XYZ15.521.0632.1-
YUV109.76150.7176.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.35%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=11.35%
G=42.64%
B=46.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371391500.750.0700.41185.8460.4336.67
Hex258B964B7029ba3c25
Octal4521322611370512727445
Binary10010110001011100101101001011111010100110111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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