Html Css Color HEX #AFECC9 Magic Mint

📋 copy color: '#AFECC9'

red 175 ◦ green 236 ◦ blue 201

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

Shades of Magic Mint #AFECC9

Tints of Magic Mint #AFECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.56%

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

R = 28.59%
G = 38.56%
B = 32.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#AFECC9 (or 0xAFECC9) is known color: Magic Mint. HEX triplet: AF, EC and C9. RGB value is (175,236,201). Sum of RGB (Red+Green+Blue) = 175+236+201=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC9 is #501336. Grayscale: #D5D5D5. Windows color (decimal): -5247799 or 13233327. OLE color: 13233327.

HSL color Cylindrical-coordinate representation of color #AFECC9: hue angle of 145.57º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECC9 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 201 -
CMYK 0.26 0 0.15 0.07
HSL 145.57º 0.62% 0.81% -
HSV(B) 145.57º 0.26% 0.93% -
XYZ 58.22 73.32 66.34 -
YUV 213.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 175 236 201 0.26 0 0.15 0.07 145.57 0.62 0.81
Hex AF EC C9 1A 0 F 7 92 3E 51
Octal 257 354 311 32 0 17 7 222 76 121
Binary 10101111 11101100 11001001 11010 0 1111 111 10010010 111110 1010001

Color Harmonies of #AFECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECC9

Black with #AFECC9

Text Example


Text Example

White with #AFECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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