Html Css Color HEX #AFE1C9 Magic Mint

📋 copy color: '#AFE1C9'

red 175 ◦ green 225 ◦ blue 201

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

Shades of Magic Mint #AFE1C9

Tints of Magic Mint #AFE1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.44%

 BLUE value IS 201 (78.91% from 255) = 33.44%

R = 29.12%
G = 37.44%
B = 33.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#AFE1C9 (or 0xAFE1C9) is known color: Magic Mint. HEX triplet: AF, E1 and C9. RGB value is (175,225,201). Sum of RGB (Red+Green+Blue) = 175+225+201=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1C9 is #501E36. Grayscale: #CFCFCF. Windows color (decimal): -5250615 or 13230511. OLE color: 13230511.

HSL color Cylindrical-coordinate representation of color #AFE1C9: hue angle of 151.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE1C9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 201 -
CMYK 0.22 0 0.11 0.12
HSL 151.2º 0.45% 0.78% -
HSV(B) 151.2º 0.22% 0.88% -
XYZ 55.15 67.18 65.32 -
YUV 207.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 175 225 201 0.22 0 0.11 0.12 151.2 0.45 0.78
Hex AF E1 C9 16 0 B C 97 2D 4E
Octal 257 341 311 26 0 13 14 227 55 116
Binary 10101111 11100001 11001001 10110 0 1011 1100 10010111 101101 1001110

Color Harmonies of #AFE1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1C9

Black with #AFE1C9

Text Example


Text Example

White with #AFE1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1C9; }

 p { color: rgb(175,225,201); }

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

background-color css

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

 a { background-color: rgb(175,225,201); }

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

border-color css

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

 span { border-color: rgb(175,225,201); }

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