#258D97

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

Shades of Java #258D97

Tints of Java #258D97

Color information

#258D97 (or 0x258D97) is unknown color: approx Java. HEX triplet: 25, 8D and 97. RGB value is (37,141,151). Sum of RGB (Red+Green+Blue) = 37+141+151=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #258D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D97 is #DA7268. Grayscale: #6E6E6E. Windows color (decimal): -14316137 or 9932069. OLE color: 9932069.

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

Color convert

RGB37141151-
CMYK0.750.0700.41
HSL185.26º60.64%36.86%-
HSV(B)185.26º75.5%59.22%-
XYZ15.8721.6832.63-
YUV111.04150.5475.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.25%
GREEN value IS 141 (55.47% from 255) = 42.86%
BLUE value IS 151 (59.38% from 255) = 45.90%
R=11.25%
G=42.86%
B=45.90%

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
Decimal371411510.750.0700.41185.2660.6436.86
Hex258D974B7029b93d25
Octal4521522711370512717545
Binary10010110001101100101111001011111010100110111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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