Html Css Color HEX #AFEACA Magic Mint

📋 copy color: '#AFEACA'

red 175 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #AFEACA

Tints of Magic Mint #AFEACA

RGB

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

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

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

R = 28.64%
G = 38.3%
B = 33.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#AFEACA (or 0xAFEACA) is known color: Magic Mint. HEX triplet: AF, EA and CA. RGB value is (175,234,202). Sum of RGB (Red+Green+Blue) = 175+234+202=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEACA is #501535. Grayscale: #D4D4D4. Windows color (decimal): -5248310 or 13298351. OLE color: 13298351.

HSL color Cylindrical-coordinate representation of color #AFEACA: hue angle of 147.46º 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 #AFEACA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 202 -
CMYK 0.25 0 0.14 0.08
HSL 147.46º 0.58% 0.8% -
HSV(B) 147.46º 0.25% 0.92% -
XYZ 57.76 72.22 66.77 -
YUV 212.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 175 234 202 0.25 0 0.14 0.08 147.46 0.58 0.8
Hex AF EA CA 19 0 E 8 93 3A 50
Octal 257 352 312 31 0 16 10 223 72 120
Binary 10101111 11101010 11001010 11001 0 1110 1000 10010011 111010 1010000

Color Harmonies of #AFEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEACA

Black with #AFEACA

Text Example


Text Example

White with #AFEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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