#589870

Color #589870 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #589870

Tints of Ocean Green #589870

Color information

#589870 (or 0x589870) is unknown color: approx Ocean Green. HEX triplet: 58, 98 and 70. RGB value is (88,152,112). Sum of RGB (Red+Green+Blue) = 88+152+112=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #589870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589870 is #A7678F. Grayscale: #808080. Windows color (decimal): -10971024 or 7379032. OLE color: 7379032.

HSL color Cylindrical-coordinate representation of color #589870: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589870 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB88152112-
CMYK0.4200.260.40
HSL142.5º26.67%47.06%-
HSV(B)142.5º42.11%59.61%-
XYZ18.1825.719.33-
YUV128.3118.899.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=25%
G=43.18%
B=31.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881521120.4200.260.40142.526.6747.06
Hex5898702A01A288e1b2f
Octal13023016052032502163357
Binary10110001001100011100001010100110101010001000111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589870; }

 p { color: rgb(88,152,112); }

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

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

 a { background-color: rgb(88,152,112); }

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

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

 span { border-color: rgb(88,152,112); }

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