Html Css Color HEX #AFF9D4 Magic Mint

📋 copy color: '#AFF9D4'

red 175 ◦ green 249 ◦ blue 212

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

Shades of Magic Mint #AFF9D4

Tints of Magic Mint #AFF9D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.33%

R = 27.52%
G = 39.15%
B = 33.33%

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

#AFF9D4 (or 0xAFF9D4) is known color: Magic Mint. HEX triplet: AF, F9 and D4. RGB value is (175,249,212). Sum of RGB (Red+Green+Blue) = 175+249+212=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9D4 is #50062B. Grayscale: #DEDEDE. Windows color (decimal): -5244460 or 13957551. OLE color: 13957551.

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

Color convert

RGB 175 249 212 -
CMYK 0.30 0 0.15 0.02
HSL 150º 0.86% 0.83% -
HSV(B) 150º 0.3% 0.98% -
XYZ 63.44 81.62 74.7 -
YUV 222.66 121.98 94.01 -
System Red Green Blue C M Y K H S L
Decimal 175 249 212 0.30 0 0.15 0.02 150 0.86 0.83
Hex AF F9 D4 1E 0 F 2 96 56 53
Octal 257 371 324 36 0 17 2 226 126 123
Binary 10101111 11111001 11010100 11110 0 1111 10 10010110 1010110 1010011

Color Harmonies of #AFF9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9D4

Black with #AFF9D4

Text Example


Text Example

White with #AFF9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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