Html Css Color HEX #AFF7CE Magic Mint

📋 copy color: '#AFF7CE'

red 175 ◦ green 247 ◦ blue 206

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

Shades of Magic Mint #AFF7CE

Tints of Magic Mint #AFF7CE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.33%

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 27.87%
G = 39.33%
B = 32.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#AFF7CE (or 0xAFF7CE) is known color: Magic Mint. HEX triplet: AF, F7 and CE. RGB value is (175,247,206). Sum of RGB (Red+Green+Blue) = 175+247+206=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7CE is #500831. Grayscale: #DCDCDC. Windows color (decimal): -5244978 or 13563823. OLE color: 13563823.

HSL color Cylindrical-coordinate representation of color #AFF7CE: hue angle of 145.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7CE is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 206 -
CMYK 0.29 0 0.17 0.03
HSL 145.83º 0.82% 0.83% -
HSV(B) 145.83º 0.29% 0.97% -
XYZ 62.08 80.09 70.58 -
YUV 220.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 175 247 206 0.29 0 0.17 0.03 145.83 0.82 0.83
Hex AF F7 CE 1D 0 11 3 92 52 53
Octal 257 367 316 35 0 21 3 222 122 123
Binary 10101111 11110111 11001110 11101 0 10001 11 10010010 1010010 1010011

Color Harmonies of #AFF7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7CE

Black with #AFF7CE

Text Example


Text Example

White with #AFF7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7CE; }

 p { color: rgb(175,247,206); }

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

background-color css

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

 a { background-color: rgb(175,247,206); }

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

border-color css

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

 span { border-color: rgb(175,247,206); }

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