Html Css Color HEX #AFF9CE Magic Mint

📋 copy color: '#AFF9CE'

red 175 ◦ green 249 ◦ blue 206

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

Shades of Magic Mint #AFF9CE

Tints of Magic Mint #AFF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.52%

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

R = 27.78%
G = 39.52%
B = 32.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#AFF9CE (or 0xAFF9CE) is known color: Magic Mint. HEX triplet: AF, F9 and CE. RGB value is (175,249,206). Sum of RGB (Red+Green+Blue) = 175+249+206=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9CE is #500631. Grayscale: #DEDEDE. Windows color (decimal): -5244466 or 13564335. OLE color: 13564335.

HSL color Cylindrical-coordinate representation of color #AFF9CE: hue angle of 145.14º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9CE is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 206 -
CMYK 0.30 0 0.17 0.02
HSL 145.14º 0.86% 0.83% -
HSV(B) 145.14º 0.3% 0.98% -
XYZ 62.7 81.32 70.78 -
YUV 221.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 175 249 206 0.30 0 0.17 0.02 145.14 0.86 0.83
Hex AF F9 CE 1E 0 11 2 91 56 53
Octal 257 371 316 36 0 21 2 221 126 123
Binary 10101111 11111001 11001110 11110 0 10001 10 10010001 1010110 1010011

Color Harmonies of #AFF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9CE

Black with #AFF9CE

Text Example


Text Example

White with #AFF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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