Html Css Color HEX #AFF1CF Magic Mint

📋 copy color: '#AFF1CF'

red 175 ◦ green 241 ◦ blue 207

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

Shades of Magic Mint #AFF1CF

Tints of Magic Mint #AFF1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.23%

R = 28.09%
G = 38.68%
B = 33.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#AFF1CF (or 0xAFF1CF) is known color: Magic Mint. HEX triplet: AF, F1 and CF. RGB value is (175,241,207). Sum of RGB (Red+Green+Blue) = 175+241+207=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1CF is #500E30. Grayscale: #D9D9D9. Windows color (decimal): -5246513 or 13627823. OLE color: 13627823.

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

Color convert

RGB 175 241 207 -
CMYK 0.27 0 0.14 0.05
HSL 149.09º 0.7% 0.82% -
HSV(B) 149.09º 0.27% 0.95% -
XYZ 60.4 76.53 70.62 -
YUV 217.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 175 241 207 0.27 0 0.14 0.05 149.09 0.7 0.82
Hex AF F1 CF 1B 0 E 5 95 46 52
Octal 257 361 317 33 0 16 5 225 106 122
Binary 10101111 11110001 11001111 11011 0 1110 101 10010101 1000110 1010010

Color Harmonies of #AFF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1CF

Black with #AFF1CF

Text Example


Text Example

White with #AFF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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