Html Css Color HEX #AFF9DD Magic Mint

📋 copy color: '#AFF9DD'

red 175 ◦ green 249 ◦ blue 221

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

Shades of Magic Mint #AFF9DD

Tints of Magic Mint #AFF9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.6%

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

R = 27.13%
G = 38.6%
B = 34.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#AFF9DD (or 0xAFF9DD) is known color: Magic Mint. HEX triplet: AF, F9 and DD. RGB value is (175,249,221). Sum of RGB (Red+Green+Blue) = 175+249+221=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9DD is #500622. Grayscale: #DFDFDF. Windows color (decimal): -5244451 or 14547375. OLE color: 14547375.

HSL color Cylindrical-coordinate representation of color #AFF9DD: hue angle of 157.3º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9DD is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 221 -
CMYK 0.30 0 0.11 0.02
HSL 157.3º 0.86% 0.83% -
HSV(B) 157.3º 0.3% 0.98% -
XYZ 64.61 82.09 80.85 -
YUV 223.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 175 249 221 0.30 0 0.11 0.02 157.3 0.86 0.83
Hex AF F9 DD 1E 0 B 2 9D 56 53
Octal 257 371 335 36 0 13 2 235 126 123
Binary 10101111 11111001 11011101 11110 0 1011 10 10011101 1010110 1010011

Color Harmonies of #AFF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9DD

Black with #AFF9DD

Text Example


Text Example

White with #AFF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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