#55CFA8

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

Shades of Medium Aquamarine #55CFA8

Tints of Medium Aquamarine #55CFA8

Color information

#55CFA8 (or 0x55CFA8) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CF and A8. RGB value is (85,207,168). Sum of RGB (Red+Green+Blue) = 85+207+168=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CFA8 is #AA3057. Grayscale: #A6A6A6. Windows color (decimal): -11153496 or 11063125. OLE color: 11063125.

HSL color Cylindrical-coordinate representation of color #55CFA8: hue angle of 160.82º 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 #55CFA8 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB85207168-
CMYK0.5900.190.19
HSL160.82º55.96%57.25%-
HSV(B)160.82º58.94%81.18%-
XYZ33.1349.3844.83-
YUV166.08129.0870.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.48%
GREEN value IS 207 (81.25% from 255) = 45%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=18.48%
G=45%
B=36.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852071680.5900.190.19160.8255.9657.25
Hex55CFA83B01313a13839
Octal12531725073023232417071
Binary101010111001111101010001110110100111001110100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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