Html Css Color HEX #AFFFD3 Magic Mint

📋 copy color: '#AFFFD3'

red 175 ◦ green 255 ◦ blue 211

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

Shades of Magic Mint #AFFFD3

Tints of Magic Mint #AFFFD3

RGB

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

 GREEN value IS 255 (100% from 255) = 39.78%

 BLUE value IS 211 (82.81% from 255) = 32.92%

R = 27.3%
G = 39.78%
B = 32.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#AFFFD3 (or 0xAFFFD3) is known color: Magic Mint. HEX triplet: AF, FF and D3. RGB value is (175,255,211). Sum of RGB (Red+Green+Blue) = 175+255+211=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD3 is #50002C. Grayscale: #E2E2E2. Windows color (decimal): -5242925 or 13893551. OLE color: 13893551.

HSL color Cylindrical-coordinate representation of color #AFFFD3: hue angle of 147º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFD3 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 211 -
CMYK 0.31 0 0.17 0
HSL 147º 1% 0.84% -
HSV(B) 147º 0.31% 1% -
XYZ 65.2 85.34 74.66 -
YUV 226.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 175 255 211 0.31 0 0.17 0 147 1 0.84
Hex AF FF D3 1F 0 11 0 93 64 54
Octal 257 377 323 37 0 21 0 223 144 124
Binary 10101111 11111111 11010011 11111 0 10001 0 10010011 1100100 1010100

Color Harmonies of #AFFFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFD3

Black with #AFFFD3

Text Example


Text Example

White with #AFFFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFD3; }

 p { color: rgb(175,255,211); }

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

background-color css

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

 a { background-color: rgb(175,255,211); }

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

border-color css

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

 span { border-color: rgb(175,255,211); }

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