Html Css Color HEX #589874 Ocean Green

📋 copy color: '#589874'

red 88 ◦ green 152 ◦ blue 116

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

Shades of Ocean Green #589874

Tints of Ocean Green #589874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 24.72%
G = 42.7%
B = 32.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#589874 (or 0x589874) is known color: Ocean Green. HEX triplet: 58, 98 and 74. RGB value is (88,152,116). Sum of RGB (Red+Green+Blue) = 88+152+116=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #589874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589874 is #A7678B. Grayscale: #808080. Windows color (decimal): -10971020 or 7641176. OLE color: 7641176.

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

Color convert

RGB 88 152 116 -
CMYK 0.42 0 0.24 0.40
HSL 146.25º 0.27% 0.47% -
HSV(B) 146.25º 0.42% 0.6% -
XYZ 18.41 25.79 20.53 -
YUV 128.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 88 152 116 0.42 0 0.24 0.40 146.25 0.27 0.47
Hex 58 98 74 2A 0 18 28 92 1B 2F
Octal 130 230 164 52 0 30 50 222 33 57
Binary 1011000 10011000 1110100 101010 0 11000 101000 10010010 11011 101111

Color Harmonies of #589874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589874

Black with #589874

Text Example


Text Example

White with #589874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589874; }

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

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

background-color css

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

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

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

border-color css

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

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

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