Html Css Color HEX #AFE9C9 Magic Mint

📋 copy color: '#AFE9C9'

red 175 ◦ green 233 ◦ blue 201

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

Shades of Magic Mint #AFE9C9

Tints of Magic Mint #AFE9C9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.26%

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

R = 28.74%
G = 38.26%
B = 33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#AFE9C9 (or 0xAFE9C9) is known color: Magic Mint. HEX triplet: AF, E9 and C9. RGB value is (175,233,201). Sum of RGB (Red+Green+Blue) = 175+233+201=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9C9 is #501636. Grayscale: #D4D4D4. Windows color (decimal): -5248567 or 13232559. OLE color: 13232559.

HSL color Cylindrical-coordinate representation of color #AFE9C9: hue angle of 146.9º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9C9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 201 -
CMYK 0.25 0 0.14 0.09
HSL 146.9º 0.57% 0.8% -
HSV(B) 146.9º 0.25% 0.91% -
XYZ 57.36 71.61 66.06 -
YUV 212.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 175 233 201 0.25 0 0.14 0.09 146.9 0.57 0.8
Hex AF E9 C9 19 0 E 9 93 39 50
Octal 257 351 311 31 0 16 11 223 71 120
Binary 10101111 11101001 11001001 11001 0 1110 1001 10010011 111001 1010000

Color Harmonies of #AFE9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9C9

Black with #AFE9C9

Text Example


Text Example

White with #AFE9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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