#AFF9CB

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

Shades of Magic Mint #AFF9CB

Tints of Magic Mint #AFF9CB

Color information

#AFF9CB (or 0xAFF9CB) is unknown color: approx Magic Mint. HEX triplet: AF, F9 and CB. RGB value is (175,249,203). Sum of RGB (Red+Green+Blue) = 175+249+203=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9CB is #500634. Grayscale: #DDDDDD. Windows color (decimal): -5244469 or 13367727. OLE color: 13367727.

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

Color convert

RGB175249203-
CMYK0.3000.180.02
HSL142.7º86.05%83.14%-
HSV(B)142.7º29.72%97.65%-
XYZ62.3381.1868.88-
YUV221.63117.4894.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=27.91%
G=39.71%
B=32.38%

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
Decimal1752492030.3000.180.02142.786.0583.14
HexAFF9CB1E01228f5653
Octal257371313360222217126123
Binary10101111111110011100101111110010010101000111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9CB; }

 p { color: rgb(175,249,203); }

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

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

 a { background-color: rgb(175,249,203); }

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

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

 span { border-color: rgb(175,249,203); }

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