Html Css Color HEX #AFF8DD Magic Mint

📋 copy color: '#AFF8DD'

red 175 ◦ green 248 ◦ blue 221

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

Shades of Magic Mint #AFF8DD

Tints of Magic Mint #AFF8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.32%

R = 27.17%
G = 38.51%
B = 34.32%

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

#AFF8DD (or 0xAFF8DD) is known color: Magic Mint. HEX triplet: AF, F8 and DD. RGB value is (175,248,221). Sum of RGB (Red+Green+Blue) = 175+248+221=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8DD is #500722. Grayscale: #DFDFDF. Windows color (decimal): -5244707 or 14547119. OLE color: 14547119.

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

Color convert

RGB 175 248 221 -
CMYK 0.29 0 0.11 0.03
HSL 157.81º 0.84% 0.83% -
HSV(B) 157.81º 0.29% 0.97% -
XYZ 64.3 81.47 80.74 -
YUV 223.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 175 248 221 0.29 0 0.11 0.03 157.81 0.84 0.83
Hex AF F8 DD 1D 0 B 3 9E 54 53
Octal 257 370 335 35 0 13 3 236 124 123
Binary 10101111 11111000 11011101 11101 0 1011 11 10011110 1010100 1010011

Color Harmonies of #AFF8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8DD

Black with #AFF8DD

Text Example


Text Example

White with #AFF8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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