Html Css Color HEX #AFFCDA Magic Mint

📋 copy color: '#AFFCDA'

red 175 ◦ green 252 ◦ blue 218

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

Shades of Magic Mint #AFFCDA

Tints of Magic Mint #AFFCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.8%

R = 27.13%
G = 39.07%
B = 33.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#AFFCDA (or 0xAFFCDA) is known color: Magic Mint. HEX triplet: AF, FC and DA. RGB value is (175,252,218). Sum of RGB (Red+Green+Blue) = 175+252+218=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCDA is #500325. Grayscale: #E1E1E1. Windows color (decimal): -5243686 or 14351535. OLE color: 14351535.

HSL color Cylindrical-coordinate representation of color #AFFCDA: hue angle of 153.51º 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 #AFFCDA is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 218 -
CMYK 0.31 0 0.13 0.01
HSL 153.51º 0.93% 0.84% -
HSV(B) 153.51º 0.31% 0.99% -
XYZ 65.14 83.8 79.07 -
YUV 225.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 175 252 218 0.31 0 0.13 0.01 153.51 0.93 0.84
Hex AF FC DA 1F 0 D 1 9A 5D 54
Octal 257 374 332 37 0 15 1 232 135 124
Binary 10101111 11111100 11011010 11111 0 1101 1 10011010 1011101 1010100

Color Harmonies of #AFFCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFCDA

Black with #AFFCDA

Text Example


Text Example

White with #AFFCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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