Html Css Color HEX #55AD79 Ocean Green

📋 copy color: '#55AD79'

red 85 ◦ green 173 ◦ blue 121

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

Shades of Ocean Green #55AD79

Tints of Ocean Green #55AD79

RGB

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

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

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

R = 22.43%
G = 45.65%
B = 31.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#55AD79 (or 0x55AD79) is known color: Ocean Green. HEX triplet: 55, AD and 79. RGB value is (85,173,121). Sum of RGB (Red+Green+Blue) = 85+173+121=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD79 is #AA5286. Grayscale: #8C8C8C. Windows color (decimal): -11162247 or 7974229. OLE color: 7974229.

HSL color Cylindrical-coordinate representation of color #55AD79: hue angle of 144.55º 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 #55AD79 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 173 121 -
CMYK 0.51 0 0.30 0.32
HSL 144.55º 0.35% 0.51% -
HSV(B) 144.55º 0.51% 0.68% -
XYZ 22.14 33.2 23.33 -
YUV 140.76 116.85 88.23 -
System Red Green Blue C M Y K H S L
Decimal 85 173 121 0.51 0 0.30 0.32 144.55 0.35 0.51
Hex 55 AD 79 33 0 1E 20 91 23 33
Octal 125 255 171 63 0 36 40 221 43 63
Binary 1010101 10101101 1111001 110011 0 11110 100000 10010001 100011 110011

Color Harmonies of #55AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD79

Black with #55AD79

Text Example


Text Example

White with #55AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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