Html Css Color HEX #AFE9CE Magic Mint

📋 copy color: '#AFE9CE'

red 175 ◦ green 233 ◦ blue 206

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

Shades of Magic Mint #AFE9CE

Tints of Magic Mint #AFE9CE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.95%

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

R = 28.5%
G = 37.95%
B = 33.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#AFE9CE (or 0xAFE9CE) is known color: Magic Mint. HEX triplet: AF, E9 and CE. RGB value is (175,233,206). Sum of RGB (Red+Green+Blue) = 175+233+206=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9CE is #501631. Grayscale: #D4D4D4. Windows color (decimal): -5248562 or 13560239. OLE color: 13560239.

HSL color Cylindrical-coordinate representation of color #AFE9CE: hue angle of 152.07º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9CE is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 206 -
CMYK 0.25 0 0.12 0.09
HSL 152.07º 0.57% 0.8% -
HSV(B) 152.07º 0.25% 0.91% -
XYZ 57.96 71.85 69.21 -
YUV 212.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 175 233 206 0.25 0 0.12 0.09 152.07 0.57 0.8
Hex AF E9 CE 19 0 C 9 98 39 50
Octal 257 351 316 31 0 14 11 230 71 120
Binary 10101111 11101001 11001110 11001 0 1100 1001 10011000 111001 1010000

Color Harmonies of #AFE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9CE

Black with #AFE9CE

Text Example


Text Example

White with #AFE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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