Html Css Color HEX #AFE9D0 Magic Mint

📋 copy color: '#AFE9D0'

red 175 ◦ green 233 ◦ blue 208

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

Shades of Magic Mint #AFE9D0

Tints of Magic Mint #AFE9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.77%

R = 28.41%
G = 37.82%
B = 33.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#AFE9D0 (or 0xAFE9D0) is known color: Magic Mint. HEX triplet: AF, E9 and D0. RGB value is (175,233,208). Sum of RGB (Red+Green+Blue) = 175+233+208=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9D0 is #50162F. Grayscale: #D4D4D4. Windows color (decimal): -5248560 or 13691311. OLE color: 13691311.

HSL color Cylindrical-coordinate representation of color #AFE9D0: hue angle of 154.14º 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 #AFE9D0 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 208 -
CMYK 0.25 0 0.11 0.09
HSL 154.14º 0.57% 0.8% -
HSV(B) 154.14º 0.25% 0.91% -
XYZ 58.2 71.95 70.49 -
YUV 212.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 175 233 208 0.25 0 0.11 0.09 154.14 0.57 0.8
Hex AF E9 D0 19 0 B 9 9A 39 50
Octal 257 351 320 31 0 13 11 232 71 120
Binary 10101111 11101001 11010000 11001 0 1011 1001 10011010 111001 1010000

Color Harmonies of #AFE9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9D0

Black with #AFE9D0

Text Example


Text Example

White with #AFE9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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