Html Css Color HEX #AFF1D5 Magic Mint

📋 copy color: '#AFF1D5'

red 175 ◦ green 241 ◦ blue 213

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

Shades of Magic Mint #AFF1D5

Tints of Magic Mint #AFF1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.86%

R = 27.82%
G = 38.31%
B = 33.86%

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

#AFF1D5 (or 0xAFF1D5) is known color: Magic Mint. HEX triplet: AF, F1 and D5. RGB value is (175,241,213). Sum of RGB (Red+Green+Blue) = 175+241+213=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D5 is #500E2A. Grayscale: #DADADA. Windows color (decimal): -5246507 or 14021039. OLE color: 14021039.

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

Color convert

RGB 175 241 213 -
CMYK 0.27 0 0.12 0.05
HSL 154.55º 0.7% 0.82% -
HSV(B) 154.55º 0.27% 0.95% -
XYZ 61.14 76.83 74.56 -
YUV 218.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 175 241 213 0.27 0 0.12 0.05 154.55 0.7 0.82
Hex AF F1 D5 1B 0 C 5 9B 46 52
Octal 257 361 325 33 0 14 5 233 106 122
Binary 10101111 11110001 11010101 11011 0 1100 101 10011011 1000110 1010010

Color Harmonies of #AFF1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1D5

Black with #AFF1D5

Text Example


Text Example

White with #AFF1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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