Html Css Color HEX #AFF2CE Magic Mint

📋 copy color: '#AFF2CE'

red 175 ◦ green 242 ◦ blue 206

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

Shades of Magic Mint #AFF2CE

Tints of Magic Mint #AFF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

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

R = 28.09%
G = 38.84%
B = 33.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#AFF2CE (or 0xAFF2CE) is known color: Magic Mint. HEX triplet: AF, F2 and CE. RGB value is (175,242,206). Sum of RGB (Red+Green+Blue) = 175+242+206=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2CE is #500D31. Grayscale: #D9D9D9. Windows color (decimal): -5246258 or 13562543. OLE color: 13562543.

HSL color Cylindrical-coordinate representation of color #AFF2CE: hue angle of 147.76º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2CE is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 206 -
CMYK 0.28 0 0.15 0.05
HSL 147.76º 0.72% 0.82% -
HSV(B) 147.76º 0.28% 0.95% -
XYZ 60.57 77.07 70.08 -
YUV 217.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 175 242 206 0.28 0 0.15 0.05 147.76 0.72 0.82
Hex AF F2 CE 1C 0 F 5 94 48 52
Octal 257 362 316 34 0 17 5 224 110 122
Binary 10101111 11110010 11001110 11100 0 1111 101 10010100 1001000 1010010

Color Harmonies of #AFF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2CE

Black with #AFF2CE

Text Example


Text Example

White with #AFF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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