Html Css Color HEX #59986E Ocean Green

📋 copy color: '#59986E'

red 89 ◦ green 152 ◦ blue 110

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

Shades of Ocean Green #59986E

Tints of Ocean Green #59986E

RGB

 RED value IS 89 (35.16% from 255) = 25.36%

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 25.36%
G = 43.3%
B = 31.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#59986E (or 0x59986E) is known color: Ocean Green. HEX triplet: 59, 98 and 6E. RGB value is (89,152,110). Sum of RGB (Red+Green+Blue) = 89+152+110=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #59986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59986E is #A66791. Grayscale: #808080. Windows color (decimal): -10905490 or 7247961. OLE color: 7247961.

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

Color convert

RGB 89 152 110 -
CMYK 0.41 0 0.28 0.40
HSL 140º 0.26% 0.47% -
HSV(B) 140º 0.41% 0.6% -
XYZ 18.16 25.71 18.76 -
YUV 128.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 89 152 110 0.41 0 0.28 0.40 140 0.26 0.47
Hex 59 98 6E 29 0 1C 28 8C 1A 2F
Octal 131 230 156 51 0 34 50 214 32 57
Binary 1011001 10011000 1101110 101001 0 11100 101000 10001100 11010 101111

Color Harmonies of #59986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59986E

Black with #59986E

Text Example


Text Example

White with #59986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59986E; }

 p { color: rgb(89,152,110); }

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

background-color css

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

 a { background-color: rgb(89,152,110); }

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

border-color css

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

 span { border-color: rgb(89,152,110); }

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