#55CFA2

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

Shades of Medium Aquamarine #55CFA2

Tints of Medium Aquamarine #55CFA2

Color information

#55CFA2 (or 0x55CFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CF and A2. RGB value is (85,207,162). Sum of RGB (Red+Green+Blue) = 85+207+162=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CFA2 is #AA305D. Grayscale: #A5A5A5. Windows color (decimal): -11153502 or 10669909. OLE color: 10669909.

HSL color Cylindrical-coordinate representation of color #55CFA2: hue angle of 157.87º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CFA2 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB85207162-
CMYK0.5900.220.19
HSL157.87º55.96%57.25%-
HSV(B)157.87º58.94%81.18%-
XYZ32.5849.1741.96-
YUV165.39126.0870.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.72%
GREEN value IS 207 (81.25% from 255) = 45.59%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=18.72%
G=45.59%
B=35.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852071620.5900.220.19157.8755.9657.25
Hex55CFA23B016139e3839
Octal12531724273026232367071
Binary101010111001111101000101110110101101001110011110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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