Html Css Color HEX #AFF4DB Magic Mint

📋 copy color: '#AFF4DB'

red 175 ◦ green 244 ◦ blue 219

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

Shades of Magic Mint #AFF4DB

Tints of Magic Mint #AFF4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.24%

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

R = 27.43%
G = 38.24%
B = 34.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#AFF4DB (or 0xAFF4DB) is known color: Magic Mint. HEX triplet: AF, F4 and DB. RGB value is (175,244,219). Sum of RGB (Red+Green+Blue) = 175+244+219=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4DB is #500B24. Grayscale: #DCDCDC. Windows color (decimal): -5245733 or 14415023. OLE color: 14415023.

HSL color Cylindrical-coordinate representation of color #AFF4DB: hue angle of 158.26º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4DB is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 219 -
CMYK 0.28 0 0.10 0.04
HSL 158.26º 0.76% 0.82% -
HSV(B) 158.26º 0.28% 0.96% -
XYZ 62.82 78.93 78.94 -
YUV 220.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 175 244 219 0.28 0 0.10 0.04 158.26 0.76 0.82
Hex AF F4 DB 1C 0 A 4 9E 4C 52
Octal 257 364 333 34 0 12 4 236 114 122
Binary 10101111 11110100 11011011 11100 0 1010 100 10011110 1001100 1010010

Color Harmonies of #AFF4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4DB

Black with #AFF4DB

Text Example


Text Example

White with #AFF4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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