Html Css Color HEX #AFF1D6 Magic Mint

📋 copy color: '#AFF1D6'

red 175 ◦ green 241 ◦ blue 214

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

Shades of Magic Mint #AFF1D6

Tints of Magic Mint #AFF1D6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.25%

 BLUE value IS 214 (83.98% from 255) = 33.97%

R = 27.78%
G = 38.25%
B = 33.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#AFF1D6 (or 0xAFF1D6) is known color: Magic Mint. HEX triplet: AF, F1 and D6. RGB value is (175,241,214). Sum of RGB (Red+Green+Blue) = 175+241+214=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D6 is #500E29. Grayscale: #DADADA. Windows color (decimal): -5246506 or 14086575. OLE color: 14086575.

HSL color Cylindrical-coordinate representation of color #AFF1D6: hue angle of 155.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1D6 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 214 -
CMYK 0.27 0 0.11 0.05
HSL 155.45º 0.7% 0.82% -
HSV(B) 155.45º 0.27% 0.95% -
XYZ 61.27 76.88 75.23 -
YUV 218.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 175 241 214 0.27 0 0.11 0.05 155.45 0.7 0.82
Hex AF F1 D6 1B 0 B 5 9B 46 52
Octal 257 361 326 33 0 13 5 233 106 122
Binary 10101111 11110001 11010110 11011 0 1011 101 10011011 1000110 1010010

Color Harmonies of #AFF1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1D6

Black with #AFF1D6

Text Example


Text Example

White with #AFF1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1D6; }

 p { color: rgb(175,241,214); }

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

background-color css

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

 a { background-color: rgb(175,241,214); }

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

border-color css

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

 span { border-color: rgb(175,241,214); }

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