Html Css Color HEX #AFF9D3 Magic Mint

📋 copy color: '#AFF9D3'

red 175 ◦ green 249 ◦ blue 211

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

Shades of Magic Mint #AFF9D3

Tints of Magic Mint #AFF9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.23%

R = 27.56%
G = 39.21%
B = 33.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#AFF9D3 (or 0xAFF9D3) is known color: Magic Mint. HEX triplet: AF, F9 and D3. RGB value is (175,249,211). Sum of RGB (Red+Green+Blue) = 175+249+211=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9D3 is #50062C. Grayscale: #DEDEDE. Windows color (decimal): -5244461 or 13892015. OLE color: 13892015.

HSL color Cylindrical-coordinate representation of color #AFF9D3: hue angle of 149.19º 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 #AFF9D3 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 211 -
CMYK 0.30 0 0.15 0.02
HSL 149.19º 0.86% 0.83% -
HSV(B) 149.19º 0.3% 0.98% -
XYZ 63.31 81.57 74.04 -
YUV 222.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 175 249 211 0.30 0 0.15 0.02 149.19 0.86 0.83
Hex AF F9 D3 1E 0 F 2 95 56 53
Octal 257 371 323 36 0 17 2 225 126 123
Binary 10101111 11111001 11010011 11110 0 1111 10 10010101 1010110 1010011

Color Harmonies of #AFF9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9D3

Black with #AFF9D3

Text Example


Text Example

White with #AFF9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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