#55CCA1

Color #55CCA1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #55CCA1

Tints of Medium Aquamarine #55CCA1

Color information

#55CCA1 (or 0x55CCA1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CC and A1. RGB value is (85,204,161). Sum of RGB (Red+Green+Blue) = 85+204+161=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CCA1 is #AA335E. Grayscale: #A3A3A3. Windows color (decimal): -11154271 or 10603605. OLE color: 10603605.

HSL color Cylindrical-coordinate representation of color #55CCA1: hue angle of 158.32º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCA1 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB85204161-
CMYK0.5800.210.2
HSL158.32º53.85%56.67%-
HSV(B)158.32º58.33%80%-
XYZ31.7747.6941.25-
YUV163.52126.5872-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 204 (80.08% from 255) = 45.33%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=18.89%
G=45.33%
B=35.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal852041610.5800.210.2158.3253.8556.67
Hex55CCA13A015149e3639
Octal12531424172025242366671
Binary101010111001100101000011110100101011010010011110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,204,161); }

 H1.HeaderClassName
 {
   color: #55CCA1;
 }
 .AnyTagClassName
 {
   color: #55CCA1;
 }
</style>
background-color css

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

 a { background-color: rgb(85,204,161); }

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

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

 span { border-color: rgb(85,204,161); }

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