Html Css Color HEX #AFFCD4 Magic Mint

📋 copy color: '#AFFCD4'

red 175 ◦ green 252 ◦ blue 212

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

Shades of Magic Mint #AFFCD4

Tints of Magic Mint #AFFCD4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.44%

 BLUE value IS 212 (83.2% from 255) = 33.18%

R = 27.39%
G = 39.44%
B = 33.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#AFFCD4 (or 0xAFFCD4) is known color: Magic Mint. HEX triplet: AF, FC and D4. RGB value is (175,252,212). Sum of RGB (Red+Green+Blue) = 175+252+212=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCD4 is #50032B. Grayscale: #E0E0E0. Windows color (decimal): -5243692 or 13958319. OLE color: 13958319.

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

Color convert

RGB 175 252 212 -
CMYK 0.31 0 0.16 0.01
HSL 148.83º 0.93% 0.84% -
HSV(B) 148.83º 0.31% 0.99% -
XYZ 64.37 83.49 75.01 -
YUV 224.42 120.99 92.75 -
System Red Green Blue C M Y K H S L
Decimal 175 252 212 0.31 0 0.16 0.01 148.83 0.93 0.84
Hex AF FC D4 1F 0 10 1 95 5D 54
Octal 257 374 324 37 0 20 1 225 135 124
Binary 10101111 11111100 11010100 11111 0 10000 1 10010101 1011101 1010100

Color Harmonies of #AFFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFCD4

Black with #AFFCD4

Text Example


Text Example

White with #AFFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFCD4; }

 p { color: rgb(175,252,212); }

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

background-color css

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

 a { background-color: rgb(175,252,212); }

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

border-color css

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

 span { border-color: rgb(175,252,212); }

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