#589878

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

Shades of Ocean Green #589878

Tints of Ocean Green #589878

Color information

#589878 (or 0x589878) is unknown color: approx Ocean Green. HEX triplet: 58, 98 and 78. RGB value is (88,152,120). Sum of RGB (Red+Green+Blue) = 88+152+120=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #589878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589878 is #A76787. Grayscale: #818181. Windows color (decimal): -10971016 or 7903320. OLE color: 7903320.

HSL color Cylindrical-coordinate representation of color #589878: hue angle of 150º 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 #589878 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB88152120-
CMYK0.4200.210.40
HSL150º26.67%47.06%-
HSV(B)150º42.11%59.61%-
XYZ18.6425.8921.78-
YUV129.22122.898.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=24.44%
G=42.22%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881521200.4200.210.4015026.6747.06
Hex5898782A01528961b2f
Octal13023017052025502263357
Binary10110001001100011110001010100101011010001001011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589878; }

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

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

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

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

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

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

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

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