Html Css Color HEX #55AD81 Ocean Green

📋 copy color: '#55AD81'

red 85 ◦ green 173 ◦ blue 129

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

Shades of Ocean Green #55AD81

Tints of Ocean Green #55AD81

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.7%

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 21.96%
G = 44.7%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#55AD81 (or 0x55AD81) is known color: Ocean Green. HEX triplet: 55, AD and 81. RGB value is (85,173,129). Sum of RGB (Red+Green+Blue) = 85+173+129=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD81 is #AA527E. Grayscale: #8D8D8D. Windows color (decimal): -11162239 or 8498517. OLE color: 8498517.

HSL color Cylindrical-coordinate representation of color #55AD81: hue angle of 150º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD81 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 173 129 -
CMYK 0.51 0 0.25 0.32
HSL 150º 0.35% 0.51% -
HSV(B) 150º 0.51% 0.68% -
XYZ 22.65 33.4 26.02 -
YUV 141.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 85 173 129 0.51 0 0.25 0.32 150 0.35 0.51
Hex 55 AD 81 33 0 19 20 96 23 33
Octal 125 255 201 63 0 31 40 226 43 63
Binary 1010101 10101101 10000001 110011 0 11001 100000 10010110 100011 110011

Color Harmonies of #55AD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD81

Black with #55AD81

Text Example


Text Example

White with #55AD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AD81; }

 p { color: rgb(85,173,129); }

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

background-color css

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

 a { background-color: rgb(85,173,129); }

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

border-color css

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

 span { border-color: rgb(85,173,129); }

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