#AFFBDB

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

Shades of Magic Mint #AFFBDB

Tints of Magic Mint #AFFBDB

Color information

#AFFBDB (or 0xAFFBDB) is unknown color: approx Magic Mint. HEX triplet: AF, FB and DB. RGB value is (175,251,219). Sum of RGB (Red+Green+Blue) = 175+251+219=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBDB is #500424. Grayscale: #E0E0E0. Windows color (decimal): -5243941 or 14416815. OLE color: 14416815.

HSL color Cylindrical-coordinate representation of color #AFFBDB: hue angle of 154.74º 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 #AFFBDB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB175251219-
CMYK0.3000.130.02
HSL154.74º90.48%83.53%-
HSV(B)154.74º30.28%98.43%-
XYZ64.9683.2279.66-
YUV224.63124.8292.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=27.13%
G=38.91%
B=33.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512190.3000.130.02154.7490.4883.53
HexAFFBDB1E0D29b5a54
Octal257373333360152233132124
Binary1010111111111011110110111111001101101001101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBDB; }

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

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

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

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

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

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

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

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