Html Css Color HEX #AFEACD Magic Mint

📋 copy color: '#AFEACD'

red 175 ◦ green 234 ◦ blue 205

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

Shades of Magic Mint #AFEACD

Tints of Magic Mint #AFEACD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.11%

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

R = 28.5%
G = 38.11%
B = 33.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#AFEACD (or 0xAFEACD) is known color: Magic Mint. HEX triplet: AF, EA and CD. RGB value is (175,234,205). Sum of RGB (Red+Green+Blue) = 175+234+205=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEACD is #501532. Grayscale: #D5D5D5. Windows color (decimal): -5248307 or 13494959. OLE color: 13494959.

HSL color Cylindrical-coordinate representation of color #AFEACD: hue angle of 150.51º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEACD is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 205 -
CMYK 0.25 0 0.12 0.08
HSL 150.51º 0.58% 0.8% -
HSV(B) 150.51º 0.25% 0.92% -
XYZ 58.12 72.37 68.66 -
YUV 213.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 175 234 205 0.25 0 0.12 0.08 150.51 0.58 0.8
Hex AF EA CD 19 0 C 8 97 3A 50
Octal 257 352 315 31 0 14 10 227 72 120
Binary 10101111 11101010 11001101 11001 0 1100 1000 10010111 111010 1010000

Color Harmonies of #AFEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEACD

Black with #AFEACD

Text Example


Text Example

White with #AFEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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