Html Css Color HEX #55A279 Ocean Green

📋 copy color: '#55A279'

red 85 ◦ green 162 ◦ blue 121

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

Shades of Ocean Green #55A279

Tints of Ocean Green #55A279

RGB

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

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

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

R = 23.1%
G = 44.02%
B = 32.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#55A279 (or 0x55A279) is known color: Ocean Green. HEX triplet: 55, A2 and 79. RGB value is (85,162,121). Sum of RGB (Red+Green+Blue) = 85+162+121=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #55A279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A279 is #AA5D86. Grayscale: #868686. Windows color (decimal): -11165063 or 7971413. OLE color: 7971413.

HSL color Cylindrical-coordinate representation of color #55A279: hue angle of 148.05º 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 #55A279 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 121 -
CMYK 0.48 0 0.25 0.36
HSL 148.05º 0.31% 0.48% -
HSV(B) 148.05º 0.48% 0.64% -
XYZ 20.12 29.15 22.66 -
YUV 134.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 85 162 121 0.48 0 0.25 0.36 148.05 0.31 0.48
Hex 55 A2 79 30 0 19 24 94 1F 30
Octal 125 242 171 60 0 31 44 224 37 60
Binary 1010101 10100010 1111001 110000 0 11001 100100 10010100 11111 110000

Color Harmonies of #55A279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A279

Black with #55A279

Text Example


Text Example

White with #55A279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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