Html Css Color HEX #AFF1D4 Magic Mint

📋 copy color: '#AFF1D4'

red 175 ◦ green 241 ◦ blue 212

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

Shades of Magic Mint #AFF1D4

Tints of Magic Mint #AFF1D4

RGB

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

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

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

R = 27.87%
G = 38.38%
B = 33.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#AFF1D4 (or 0xAFF1D4) is known color: Magic Mint. HEX triplet: AF, F1 and D4. RGB value is (175,241,212). Sum of RGB (Red+Green+Blue) = 175+241+212=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D4 is #500E2B. Grayscale: #DADADA. Windows color (decimal): -5246508 or 13955503. OLE color: 13955503.

HSL color Cylindrical-coordinate representation of color #AFF1D4: hue angle of 153.64º 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 #AFF1D4 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 212 -
CMYK 0.27 0 0.12 0.05
HSL 153.64º 0.7% 0.82% -
HSV(B) 153.64º 0.27% 0.95% -
XYZ 61.02 76.78 73.89 -
YUV 217.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 175 241 212 0.27 0 0.12 0.05 153.64 0.7 0.82
Hex AF F1 D4 1B 0 C 5 9A 46 52
Octal 257 361 324 33 0 14 5 232 106 122
Binary 10101111 11110001 11010100 11011 0 1100 101 10011010 1000110 1010010

Color Harmonies of #AFF1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1D4

Black with #AFF1D4

Text Example


Text Example

White with #AFF1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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