Html Css Color HEX #AFF5D1 Magic Mint

📋 copy color: '#AFF5D1'

red 175 ◦ green 245 ◦ blue 209

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

Shades of Magic Mint #AFF5D1

Tints of Magic Mint #AFF5D1

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.95%

 BLUE value IS 209 (82.03% from 255) = 33.23%

R = 27.82%
G = 38.95%
B = 33.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#AFF5D1 (or 0xAFF5D1) is known color: Magic Mint. HEX triplet: AF, F5 and D1. RGB value is (175,245,209). Sum of RGB (Red+Green+Blue) = 175+245+209=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5D1 is #500A2E. Grayscale: #DCDCDC. Windows color (decimal): -5245487 or 13759919. OLE color: 13759919.

HSL color Cylindrical-coordinate representation of color #AFF5D1: hue angle of 149.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5D1 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 209 -
CMYK 0.29 0 0.15 0.04
HSL 149.14º 0.78% 0.82% -
HSV(B) 149.14º 0.29% 0.96% -
XYZ 61.84 79.02 72.32 -
YUV 219.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 175 245 209 0.29 0 0.15 0.04 149.14 0.78 0.82
Hex AF F5 D1 1D 0 F 4 95 4E 52
Octal 257 365 321 35 0 17 4 225 116 122
Binary 10101111 11110101 11010001 11101 0 1111 100 10010101 1001110 1010010

Color Harmonies of #AFF5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5D1

Black with #AFF5D1

Text Example


Text Example

White with #AFF5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5D1; }

 p { color: rgb(175,245,209); }

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

background-color css

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

 a { background-color: rgb(175,245,209); }

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

border-color css

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

 span { border-color: rgb(175,245,209); }

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