Html Css Color HEX #AFEDCA Magic Mint

📋 copy color: '#AFEDCA'

red 175 ◦ green 237 ◦ blue 202

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

Shades of Magic Mint #AFEDCA

Tints of Magic Mint #AFEDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.6%

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

R = 28.5%
G = 38.6%
B = 32.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#AFEDCA (or 0xAFEDCA) is known color: Magic Mint. HEX triplet: AF, ED and CA. RGB value is (175,237,202). Sum of RGB (Red+Green+Blue) = 175+237+202=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDCA is #501235. Grayscale: #D6D6D6. Windows color (decimal): -5247542 or 13299119. OLE color: 13299119.

HSL color Cylindrical-coordinate representation of color #AFEDCA: hue angle of 146.13º degrees, saturation: 0.63, 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 #AFEDCA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 202 -
CMYK 0.26 0 0.15 0.07
HSL 146.13º 0.63% 0.81% -
HSV(B) 146.13º 0.26% 0.93% -
XYZ 58.62 73.95 67.06 -
YUV 214.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 175 237 202 0.26 0 0.15 0.07 146.13 0.63 0.81
Hex AF ED CA 1A 0 F 7 92 3F 51
Octal 257 355 312 32 0 17 7 222 77 121
Binary 10101111 11101101 11001010 11010 0 1111 111 10010010 111111 1010001

Color Harmonies of #AFEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDCA

Black with #AFEDCA

Text Example


Text Example

White with #AFEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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