Html Css Color HEX #55AA76 Ocean Green

📋 copy color: '#55AA76'

red 85 ◦ green 170 ◦ blue 118

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

Shades of Ocean Green #55AA76

Tints of Ocean Green #55AA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.58%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 22.79%
G = 45.58%
B = 31.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#55AA76 (or 0x55AA76) is known color: Ocean Green. HEX triplet: 55, AA and 76. RGB value is (85,170,118). Sum of RGB (Red+Green+Blue) = 85+170+118=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA76 is #AA5589. Grayscale: #8A8A8A. Windows color (decimal): -11163018 or 7776853. OLE color: 7776853.

HSL color Cylindrical-coordinate representation of color #55AA76: hue angle of 143.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA76 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 118 -
CMYK 0.50 0 0.31 0.33
HSL 143.29º 0.33% 0.5% -
HSV(B) 143.29º 0.5% 0.67% -
XYZ 21.39 31.99 22.19 -
YUV 138.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 85 170 118 0.50 0 0.31 0.33 143.29 0.33 0.5
Hex 55 AA 76 32 0 1F 21 8F 21 32
Octal 125 252 166 62 0 37 41 217 41 62
Binary 1010101 10101010 1110110 110010 0 11111 100001 10001111 100001 110010

Color Harmonies of #55AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA76

Black with #55AA76

Text Example


Text Example

White with #55AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,170,118); }

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

background-color css

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

 a { background-color: rgb(85,170,118); }

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

border-color css

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

 span { border-color: rgb(85,170,118); }

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