Html Css Color HEX #AFFDCD Magic Mint

📋 copy color: '#AFFDCD'

red 175 ◦ green 253 ◦ blue 205

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

Shades of Magic Mint #AFFDCD

Tints of Magic Mint #AFFDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.97%

 BLUE value IS 205 (80.47% from 255) = 32.39%

R = 27.65%
G = 39.97%
B = 32.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#AFFDCD (or 0xAFFDCD) is known color: Magic Mint. HEX triplet: AF, FD and CD. RGB value is (175,253,205). Sum of RGB (Red+Green+Blue) = 175+253+205=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDCD is #500232. Grayscale: #E0E0E0. Windows color (decimal): -5243443 or 13499823. OLE color: 13499823.

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

Color convert

RGB 175 253 205 -
CMYK 0.31 0 0.19 0.01
HSL 143.08º 0.95% 0.84% -
HSV(B) 143.08º 0.31% 0.99% -
XYZ 63.82 83.77 70.56 -
YUV 224.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 175 253 205 0.31 0 0.19 0.01 143.08 0.95 0.84
Hex AF FD CD 1F 0 13 1 8F 5F 54
Octal 257 375 315 37 0 23 1 217 137 124
Binary 10101111 11111101 11001101 11111 0 10011 1 10001111 1011111 1010100

Color Harmonies of #AFFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDCD

Black with #AFFDCD

Text Example


Text Example

White with #AFFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDCD; }

 p { color: rgb(175,253,205); }

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

background-color css

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

 a { background-color: rgb(175,253,205); }

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

border-color css

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

 span { border-color: rgb(175,253,205); }

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