Html Css Color HEX #55A471 Ocean Green

📋 copy color: '#55A471'

red 85 ◦ green 164 ◦ blue 113

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

Shades of Ocean Green #55A471

Tints of Ocean Green #55A471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.3%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 23.48%
G = 45.3%
B = 31.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#55A471 (or 0x55A471) is known color: Ocean Green. HEX triplet: 55, A4 and 71. RGB value is (85,164,113). Sum of RGB (Red+Green+Blue) = 85+164+113=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #55A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A471 is #AA5B8E. Grayscale: #868686. Windows color (decimal): -11164559 or 7447637. OLE color: 7447637.

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

Color convert

RGB 85 164 113 -
CMYK 0.48 0 0.31 0.36
HSL 141.27º 0.32% 0.49% -
HSV(B) 141.27º 0.48% 0.64% -
XYZ 20 29.67 20.3 -
YUV 134.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 85 164 113 0.48 0 0.31 0.36 141.27 0.32 0.49
Hex 55 A4 71 30 0 1F 24 8D 20 31
Octal 125 244 161 60 0 37 44 215 40 61
Binary 1010101 10100100 1110001 110000 0 11111 100100 10001101 100000 110001

Color Harmonies of #55A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A471

Black with #55A471

Text Example


Text Example

White with #55A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,164,113); }

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

background-color css

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

 a { background-color: rgb(85,164,113); }

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

border-color css

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

 span { border-color: rgb(85,164,113); }

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