Html Css Color HEX #55986E Ocean Green

📋 copy color: '#55986E'

red 85 ◦ green 152 ◦ blue 110

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

Shades of Ocean Green #55986E

Tints of Ocean Green #55986E

RGB

 RED value IS 85 (33.59% from 255) = 24.5%

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

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

R = 24.5%
G = 43.8%
B = 31.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#55986E (or 0x55986E) is known color: Ocean Green. HEX triplet: 55, 98 and 6E. RGB value is (85,152,110). Sum of RGB (Red+Green+Blue) = 85+152+110=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #55986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55986E is #AA6791. Grayscale: #7F7F7F. Windows color (decimal): -11167634 or 7247957. OLE color: 7247957.

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

Color convert

RGB 85 152 110 -
CMYK 0.44 0 0.28 0.40
HSL 142.39º 0.28% 0.46% -
HSV(B) 142.39º 0.44% 0.6% -
XYZ 17.79 25.51 18.74 -
YUV 127.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 85 152 110 0.44 0 0.28 0.40 142.39 0.28 0.46
Hex 55 98 6E 2C 0 1C 28 8E 1C 2E
Octal 125 230 156 54 0 34 50 216 34 56
Binary 1010101 10011000 1101110 101100 0 11100 101000 10001110 11100 101110

Color Harmonies of #55986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55986E

Black with #55986E

Text Example


Text Example

White with #55986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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