Html Css Color HEX #AFE5CD Magic Mint

📋 copy color: '#AFE5CD'

red 175 ◦ green 229 ◦ blue 205

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

Shades of Magic Mint #AFE5CD

Tints of Magic Mint #AFE5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.6%

 BLUE value IS 205 (80.47% from 255) = 33.66%

R = 28.74%
G = 37.6%
B = 33.66%

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

#AFE5CD (or 0xAFE5CD) is known color: Magic Mint. HEX triplet: AF, E5 and CD. RGB value is (175,229,205). Sum of RGB (Red+Green+Blue) = 175+229+205=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5CD is #501A32. Grayscale: #D2D2D2. Windows color (decimal): -5249587 or 13493679. OLE color: 13493679.

HSL color Cylindrical-coordinate representation of color #AFE5CD: hue angle of 153.33º degrees, saturation: 0.51, 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 #AFE5CD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 205 -
CMYK 0.24 0 0.10 0.10
HSL 153.33º 0.51% 0.79% -
HSV(B) 153.33º 0.24% 0.9% -
XYZ 56.72 69.56 68.19 -
YUV 210.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 175 229 205 0.24 0 0.10 0.10 153.33 0.51 0.79
Hex AF E5 CD 18 0 A A 99 33 4F
Octal 257 345 315 30 0 12 12 231 63 117
Binary 10101111 11100101 11001101 11000 0 1010 1010 10011001 110011 1001111

Color Harmonies of #AFE5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5CD

Black with #AFE5CD

Text Example


Text Example

White with #AFE5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5CD; }

 p { color: rgb(175,229,205); }

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

background-color css

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

 a { background-color: rgb(175,229,205); }

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

border-color css

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

 span { border-color: rgb(175,229,205); }

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