Html Css Color HEX #AFF0D3 Magic Mint

📋 copy color: '#AFF0D3'

red 175 ◦ green 240 ◦ blue 211

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

Shades of Magic Mint #AFF0D3

Tints of Magic Mint #AFF0D3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.34%

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

R = 27.96%
G = 38.34%
B = 33.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#AFF0D3 (or 0xAFF0D3) is known color: Magic Mint. HEX triplet: AF, F0 and D3. RGB value is (175,240,211). Sum of RGB (Red+Green+Blue) = 175+240+211=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0D3 is #500F2C. Grayscale: #D9D9D9. Windows color (decimal): -5246765 or 13889711. OLE color: 13889711.

HSL color Cylindrical-coordinate representation of color #AFF0D3: hue angle of 153.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0D3 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 211 -
CMYK 0.27 0 0.12 0.06
HSL 153.23º 0.68% 0.81% -
HSV(B) 153.23º 0.27% 0.94% -
XYZ 60.6 76.14 73.13 -
YUV 217.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 175 240 211 0.27 0 0.12 0.06 153.23 0.68 0.81
Hex AF F0 D3 1B 0 C 6 99 44 51
Octal 257 360 323 33 0 14 6 231 104 121
Binary 10101111 11110000 11010011 11011 0 1100 110 10011001 1000100 1010001

Color Harmonies of #AFF0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0D3

Black with #AFF0D3

Text Example


Text Example

White with #AFF0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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