Html Css Color HEX #AFF7DB Magic Mint

📋 copy color: '#AFF7DB'

red 175 ◦ green 247 ◦ blue 219

#AFF7DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #AFF7DB

Tints of Magic Mint #AFF7DB

RGB

 RED value IS 175 (68.75% from 255) = 27.3%

 GREEN value IS 247 (96.88% from 255) = 38.53%

 BLUE value IS 219 (85.94% from 255) = 34.17%

R = 27.3%
G = 38.53%
B = 34.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#AFF7DB (or 0xAFF7DB) is known color: Magic Mint. HEX triplet: AF, F7 and DB. RGB value is (175,247,219). Sum of RGB (Red+Green+Blue) = 175+247+219=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7DB is #500824. Grayscale: #DEDEDE. Windows color (decimal): -5244965 or 14415791. OLE color: 14415791.

HSL color Cylindrical-coordinate representation of color #AFF7DB: hue angle of 156.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7DB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 219 -
CMYK 0.29 0 0.11 0.03
HSL 156.67º 0.82% 0.83% -
HSV(B) 156.67º 0.29% 0.97% -
XYZ 63.73 80.75 79.25 -
YUV 222.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 175 247 219 0.29 0 0.11 0.03 156.67 0.82 0.83
Hex AF F7 DB 1D 0 B 3 9D 52 53
Octal 257 367 333 35 0 13 3 235 122 123
Binary 10101111 11110111 11011011 11101 0 1011 11 10011101 1010010 1010011

Color Harmonies of #AFF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7DB

Black with #AFF7DB

Text Example


Text Example

White with #AFF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7DB; }

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

 H1.HeaderClassName
 {
   color: #AFF7DB;
 }
 .AnyTagClassName
 {
   color: #AFF7DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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