#AFFBCE

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

Shades of Magic Mint #AFFBCE

Tints of Magic Mint #AFFBCE

Color information

#AFFBCE (or 0xAFFBCE) is unknown color: approx Magic Mint. HEX triplet: AF, FB and CE. RGB value is (175,251,206). Sum of RGB (Red+Green+Blue) = 175+251+206=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBCE is #500431. Grayscale: #DFDFDF. Windows color (decimal): -5243954 or 13564847. OLE color: 13564847.

HSL color Cylindrical-coordinate representation of color #AFFBCE: hue angle of 144.47º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBCE is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB175251206-
CMYK0.3000.180.02
HSL144.47º90.48%83.53%-
HSV(B)144.47º30.28%98.43%-
XYZ63.3282.5670.99-
YUV223.15118.3293.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=27.69%
G=39.72%
B=32.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512060.3000.180.02144.4790.4883.53
HexAFFBCE1E0122905a54
Octal257373316360222220132124
Binary10101111111110111100111011110010010101001000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBCE; }

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

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

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

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

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

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

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

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