Html Css Color HEX #55A079 Ocean Green

📋 copy color: '#55A079'

red 85 ◦ green 160 ◦ blue 121

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

Shades of Ocean Green #55A079

Tints of Ocean Green #55A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.72%

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

R = 23.22%
G = 43.72%
B = 33.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#55A079 (or 0x55A079) is known color: Ocean Green. HEX triplet: 55, A0 and 79. RGB value is (85,160,121). Sum of RGB (Red+Green+Blue) = 85+160+121=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #55A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A079 is #AA5F86. Grayscale: #858585. Windows color (decimal): -11165575 or 7970901. OLE color: 7970901.

HSL color Cylindrical-coordinate representation of color #55A079: hue angle of 148.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A079 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 160 121 -
CMYK 0.47 0 0.24 0.37
HSL 148.8º 0.31% 0.48% -
HSV(B) 148.8º 0.47% 0.63% -
XYZ 19.77 28.45 22.54 -
YUV 133.13 121.15 93.67 -
System Red Green Blue C M Y K H S L
Decimal 85 160 121 0.47 0 0.24 0.37 148.8 0.31 0.48
Hex 55 A0 79 2F 0 18 25 95 1F 30
Octal 125 240 171 57 0 30 45 225 37 60
Binary 1010101 10100000 1111001 101111 0 11000 100101 10010101 11111 110000

Color Harmonies of #55A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A079

Black with #55A079

Text Example


Text Example

White with #55A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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