Html Css Color HEX #55A276 Ocean Green

📋 copy color: '#55A276'

red 85 ◦ green 162 ◦ blue 118

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

Shades of Ocean Green #55A276

Tints of Ocean Green #55A276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

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

R = 23.29%
G = 44.38%
B = 32.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#55A276 (or 0x55A276) is known color: Ocean Green. HEX triplet: 55, A2 and 76. RGB value is (85,162,118). Sum of RGB (Red+Green+Blue) = 85+162+118=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #55A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A276 is #AA5D89. Grayscale: #868686. Windows color (decimal): -11165066 or 7774805. OLE color: 7774805.

HSL color Cylindrical-coordinate representation of color #55A276: hue angle of 145.71º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A276 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 118 -
CMYK 0.48 0 0.27 0.36
HSL 145.71º 0.31% 0.48% -
HSV(B) 145.71º 0.48% 0.64% -
XYZ 19.94 29.08 21.7 -
YUV 133.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 85 162 118 0.48 0 0.27 0.36 145.71 0.31 0.48
Hex 55 A2 76 30 0 1B 24 92 1F 30
Octal 125 242 166 60 0 33 44 222 37 60
Binary 1010101 10100010 1110110 110000 0 11011 100100 10010010 11111 110000

Color Harmonies of #55A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A276

Black with #55A276

Text Example


Text Example

White with #55A276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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