Html Css Color HEX #589872 Ocean Green

📋 copy color: '#589872'

red 88 ◦ green 152 ◦ blue 114

#589872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #589872

Tints of Ocean Green #589872

RGB

 RED value IS 88 (34.77% from 255) = 24.86%

 GREEN value IS 152 (59.77% from 255) = 42.94%

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 24.86%
G = 42.94%
B = 32.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#589872 (or 0x589872) is known color: Ocean Green. HEX triplet: 58, 98 and 72. RGB value is (88,152,114). Sum of RGB (Red+Green+Blue) = 88+152+114=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #589872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589872 is #A7678D. Grayscale: #808080. Windows color (decimal): -10971022 or 7510104. OLE color: 7510104.

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

Color convert

RGB 88 152 114 -
CMYK 0.42 0 0.25 0.40
HSL 144.38º 0.27% 0.47% -
HSV(B) 144.38º 0.42% 0.6% -
XYZ 18.29 25.75 19.93 -
YUV 128.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 88 152 114 0.42 0 0.25 0.40 144.38 0.27 0.47
Hex 58 98 72 2A 0 19 28 90 1B 2F
Octal 130 230 162 52 0 31 50 220 33 57
Binary 1011000 10011000 1110010 101010 0 11001 101000 10010000 11011 101111

Color Harmonies of #589872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589872

Black with #589872

Text Example


Text Example

White with #589872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589872; }

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

 H1.HeaderClassName
 {
   color: #589872;
 }
 .AnyTagClassName
 {
   color: #589872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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