#258F85

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

Shades of Java #258F85

Tints of Java #258F85

Color information

#258F85 (or 0x258F85) is unknown color: approx Java. HEX triplet: 25, 8F and 85. RGB value is (37,143,133). Sum of RGB (Red+Green+Blue) = 37+143+133=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #258F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F85 is #DA707A. Grayscale: #6E6E6E. Windows color (decimal): -14315643 or 8752933. OLE color: 8752933.

HSL color Cylindrical-coordinate representation of color #258F85: hue angle of 174.34º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258F85 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB37143133-
CMYK0.7400.070.44
HSL174.34º58.89%35.29%-
HSV(B)174.34º74.13%56.08%-
XYZ14.8221.7325.6-
YUV110.17140.8875.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.82%
GREEN value IS 143 (56.25% from 255) = 45.69%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=11.82%
G=45.69%
B=42.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371431330.7400.070.44174.3458.8935.29
Hex258F854A072Cae3b23
Octal4521720511207542567343
Binary10010110001111100001011001010011110110010101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,143,133); }

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

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

 a { background-color: rgb(37,143,133); }

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

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

 span { border-color: rgb(37,143,133); }

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