Html Css Color HEX #AFF8CE Magic Mint

📋 copy color: '#AFF8CE'

red 175 ◦ green 248 ◦ blue 206

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

Shades of Magic Mint #AFF8CE

Tints of Magic Mint #AFF8CE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.43%

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

R = 27.82%
G = 39.43%
B = 32.75%

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

#AFF8CE (or 0xAFF8CE) is known color: Magic Mint. HEX triplet: AF, F8 and CE. RGB value is (175,248,206). Sum of RGB (Red+Green+Blue) = 175+248+206=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8CE is #500731. Grayscale: #DDDDDD. Windows color (decimal): -5244722 or 13564079. OLE color: 13564079.

HSL color Cylindrical-coordinate representation of color #AFF8CE: hue angle of 145.48º degrees, saturation: 0.84, 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 #AFF8CE is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 206 -
CMYK 0.29 0 0.17 0.03
HSL 145.48º 0.84% 0.83% -
HSV(B) 145.48º 0.29% 0.97% -
XYZ 62.39 80.71 70.68 -
YUV 221.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 175 248 206 0.29 0 0.17 0.03 145.48 0.84 0.83
Hex AF F8 CE 1D 0 11 3 91 54 53
Octal 257 370 316 35 0 21 3 221 124 123
Binary 10101111 11111000 11001110 11101 0 10001 11 10010001 1010100 1010011

Color Harmonies of #AFF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8CE

Black with #AFF8CE

Text Example


Text Example

White with #AFF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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