Html Css Color HEX #AFFFCA Magic Mint

📋 copy color: '#AFFFCA'

red 175 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #AFFFCA

Tints of Magic Mint #AFFFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 40.35%

 BLUE value IS 202 (79.3% from 255) = 31.96%

R = 27.69%
G = 40.35%
B = 31.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#AFFFCA (or 0xAFFFCA) is known color: Magic Mint. HEX triplet: AF, FF and CA. RGB value is (175,255,202). Sum of RGB (Red+Green+Blue) = 175+255+202=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFCA is #500035. Grayscale: #E1E1E1. Windows color (decimal): -5242934 or 13303727. OLE color: 13303727.

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

Color convert

RGB 175 255 202 -
CMYK 0.31 0 0.21 0
HSL 140.25º 1% 0.84% -
HSV(B) 140.25º 0.31% 1% -
XYZ 64.1 84.9 68.89 -
YUV 225.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 175 255 202 0.31 0 0.21 0 140.25 1 0.84
Hex AF FF CA 1F 0 15 0 8C 64 54
Octal 257 377 312 37 0 25 0 214 144 124
Binary 10101111 11111111 11001010 11111 0 10101 0 10001100 1100100 1010100

Color Harmonies of #AFFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFCA

Black with #AFFFCA

Text Example


Text Example

White with #AFFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFCA; }

 p { color: rgb(175,255,202); }

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

background-color css

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

 a { background-color: rgb(175,255,202); }

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

border-color css

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

 span { border-color: rgb(175,255,202); }

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