Html Css Color HEX #589A79 Ocean Green

📋 copy color: '#589A79'

red 88 ◦ green 154 ◦ blue 121

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

Shades of Ocean Green #589A79

Tints of Ocean Green #589A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 24.24%
G = 42.42%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#589A79 (or 0x589A79) is known color: Ocean Green. HEX triplet: 58, 9A and 79. RGB value is (88,154,121). Sum of RGB (Red+Green+Blue) = 88+154+121=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #589A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589A79 is #A76586. Grayscale: #828282. Windows color (decimal): -10970503 or 7969368. OLE color: 7969368.

HSL color Cylindrical-coordinate representation of color #589A79: 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.43%. Process color model (Four color, CMYK) of #589A79 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 154 121 -
CMYK 0.43 0 0.21 0.40
HSL 150º 0.27% 0.47% -
HSV(B) 150º 0.43% 0.6% -
XYZ 19.03 26.57 22.21 -
YUV 130.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 88 154 121 0.43 0 0.21 0.40 150 0.27 0.47
Hex 58 9A 79 2B 0 15 28 96 1B 2F
Octal 130 232 171 53 0 25 50 226 33 57
Binary 1011000 10011010 1111001 101011 0 10101 101000 10010110 11011 101111

Color Harmonies of #589A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589A79

Black with #589A79

Text Example


Text Example

White with #589A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589A79; }

 p { color: rgb(88,154,121); }

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

background-color css

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

 a { background-color: rgb(88,154,121); }

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

border-color css

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

 span { border-color: rgb(88,154,121); }

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