Html Css Color HEX #AFEEC9 Magic Mint

📋 copy color: '#AFEEC9'

red 175 ◦ green 238 ◦ blue 201

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

Shades of Magic Mint #AFEEC9

Tints of Magic Mint #AFEEC9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.76%

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

R = 28.5%
G = 38.76%
B = 32.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#AFEEC9 (or 0xAFEEC9) is known color: Magic Mint. HEX triplet: AF, EE and C9. RGB value is (175,238,201). Sum of RGB (Red+Green+Blue) = 175+238+201=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC9 is #501136. Grayscale: #D7D7D7. Windows color (decimal): -5247287 or 13233839. OLE color: 13233839.

HSL color Cylindrical-coordinate representation of color #AFEEC9: hue angle of 144.76º degrees, saturation: 0.65, 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 #AFEEC9 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 201 -
CMYK 0.26 0 0.16 0.07
HSL 144.76º 0.65% 0.81% -
HSV(B) 144.76º 0.26% 0.93% -
XYZ 58.8 74.48 66.54 -
YUV 214.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 175 238 201 0.26 0 0.16 0.07 144.76 0.65 0.81
Hex AF EE C9 1A 0 10 7 91 41 51
Octal 257 356 311 32 0 20 7 221 101 121
Binary 10101111 11101110 11001001 11010 0 10000 111 10010001 1000001 1010001

Color Harmonies of #AFEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEC9

Black with #AFEEC9

Text Example


Text Example

White with #AFEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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