#aff2ce

Color #AFF2CE Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AFF2CE

Tints of Magic Mint #AFF2CE

Color information

#AFF2CE (or 0xAFF2CE) is unknown color: approx Magic Mint. HEX triplet: AF, F2 and CE. RGB value is (175,242,206). Sum of RGB (Red+Green+Blue) = 175+242+206=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2CE is #500D31. Grayscale: #D9D9D9. Windows color (decimal): -5246258 or 13562543. OLE color: 13562543.

HSL color Cylindrical-coordinate representation of color #AFF2CE: hue angle of 147.76º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2CE is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB175242206-
CMYK0.2800.150.05
HSL147.76º72.04%81.76%-
HSV(B)147.76º27.69%94.9%-
XYZ60.5777.0770.08-
YUV217.86121.397.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 242 (94.92% from 255) = 38.84%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=28.09%
G=38.84%
B=33.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422060.2800.150.05147.7672.0481.76
HexAFF2CE1C0F5944852
Octal257362316340175224110122
Binary10101111111100101100111011100011111011001010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aff2ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aff2ce; }

 p { color: rgb(175,242,206); }

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

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

 a { background-color: rgb(175,242,206); }

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

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

 span { border-color: rgb(175,242,206); }

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