Html Css Color HEX #55A779 Ocean Green

📋 copy color: '#55A779'

red 85 ◦ green 167 ◦ blue 121

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

Shades of Ocean Green #55A779

Tints of Ocean Green #55A779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.77%

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

R = 22.79%
G = 44.77%
B = 32.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#55A779 (or 0x55A779) is known color: Ocean Green. HEX triplet: 55, A7 and 79. RGB value is (85,167,121). Sum of RGB (Red+Green+Blue) = 85+167+121=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #55A779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A779 is #AA5886. Grayscale: #898989. Windows color (decimal): -11163783 or 7972693. OLE color: 7972693.

HSL color Cylindrical-coordinate representation of color #55A779: hue angle of 146.34º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A779 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 167 121 -
CMYK 0.49 0 0.28 0.35
HSL 146.34º 0.33% 0.49% -
HSV(B) 146.34º 0.49% 0.65% -
XYZ 21.02 30.95 22.96 -
YUV 137.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 85 167 121 0.49 0 0.28 0.35 146.34 0.33 0.49
Hex 55 A7 79 31 0 1C 23 92 21 31
Octal 125 247 171 61 0 34 43 222 41 61
Binary 1010101 10100111 1111001 110001 0 11100 100011 10010010 100001 110001

Color Harmonies of #55A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A779

Black with #55A779

Text Example


Text Example

White with #55A779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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