Html Css Color HEX #AFE6CE Magic Mint

📋 copy color: '#AFE6CE'

red 175 ◦ green 230 ◦ blue 206

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

Shades of Magic Mint #AFE6CE

Tints of Magic Mint #AFE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.64%

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

R = 28.64%
G = 37.64%
B = 33.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#AFE6CE (or 0xAFE6CE) is known color: Magic Mint. HEX triplet: AF, E6 and CE. RGB value is (175,230,206). Sum of RGB (Red+Green+Blue) = 175+230+206=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6CE is #501931. Grayscale: #D2D2D2. Windows color (decimal): -5249330 or 13559471. OLE color: 13559471.

HSL color Cylindrical-coordinate representation of color #AFE6CE: hue angle of 153.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6CE is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 206 -
CMYK 0.24 0 0.10 0.10
HSL 153.82º 0.52% 0.79% -
HSV(B) 153.82º 0.24% 0.9% -
XYZ 57.12 70.16 68.93 -
YUV 210.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 175 230 206 0.24 0 0.10 0.10 153.82 0.52 0.79
Hex AF E6 CE 18 0 A A 9A 34 4F
Octal 257 346 316 30 0 12 12 232 64 117
Binary 10101111 11100110 11001110 11000 0 1010 1010 10011010 110100 1001111

Color Harmonies of #AFE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6CE

Black with #AFE6CE

Text Example


Text Example

White with #AFE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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