Html Css Color HEX #AFF8DB Magic Mint

📋 copy color: '#AFF8DB'

red 175 ◦ green 248 ◦ blue 219

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

Shades of Magic Mint #AFF8DB

Tints of Magic Mint #AFF8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.63%

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

R = 27.26%
G = 38.63%
B = 34.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#AFF8DB (or 0xAFF8DB) is known color: Magic Mint. HEX triplet: AF, F8 and DB. RGB value is (175,248,219). Sum of RGB (Red+Green+Blue) = 175+248+219=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8DB is #500724. Grayscale: #DEDEDE. Windows color (decimal): -5244709 or 14416047. OLE color: 14416047.

HSL color Cylindrical-coordinate representation of color #AFF8DB: hue angle of 156.16º degrees, saturation: 0.84, 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 #AFF8DB is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 219 -
CMYK 0.29 0 0.12 0.03
HSL 156.16º 0.84% 0.83% -
HSV(B) 156.16º 0.29% 0.97% -
XYZ 64.03 81.36 79.35 -
YUV 222.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 175 248 219 0.29 0 0.12 0.03 156.16 0.84 0.83
Hex AF F8 DB 1D 0 C 3 9C 54 53
Octal 257 370 333 35 0 14 3 234 124 123
Binary 10101111 11111000 11011011 11101 0 1100 11 10011100 1010100 1010011

Color Harmonies of #AFF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8DB

Black with #AFF8DB

Text Example


Text Example

White with #AFF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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