Html Css Color HEX #AFECD4 Magic Mint

📋 copy color: '#AFECD4'

red 175 ◦ green 236 ◦ blue 212

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

Shades of Magic Mint #AFECD4

Tints of Magic Mint #AFECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.88%

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

R = 28.09%
G = 37.88%
B = 34.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#AFECD4 (or 0xAFECD4) is known color: Magic Mint. HEX triplet: AF, EC and D4. RGB value is (175,236,212). Sum of RGB (Red+Green+Blue) = 175+236+212=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD4 is #50132B. Grayscale: #D7D7D7. Windows color (decimal): -5247788 or 13954223. OLE color: 13954223.

HSL color Cylindrical-coordinate representation of color #AFECD4: hue angle of 156.39º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECD4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 212 -
CMYK 0.26 0 0.10 0.07
HSL 156.39º 0.62% 0.81% -
HSV(B) 156.39º 0.26% 0.93% -
XYZ 59.56 73.86 73.4 -
YUV 215.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 175 236 212 0.26 0 0.10 0.07 156.39 0.62 0.81
Hex AF EC D4 1A 0 A 7 9C 3E 51
Octal 257 354 324 32 0 12 7 234 76 121
Binary 10101111 11101100 11010100 11010 0 1010 111 10011100 111110 1010001

Color Harmonies of #AFECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECD4

Black with #AFECD4

Text Example


Text Example

White with #AFECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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