Html Css Color HEX #AFEACE Magic Mint

📋 copy color: '#AFEACE'

red 175 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #AFEACE

Tints of Magic Mint #AFEACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 28.46%
G = 38.05%
B = 33.5%

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

#AFEACE (or 0xAFEACE) is known color: Magic Mint. HEX triplet: AF, EA and CE. RGB value is (175,234,206). Sum of RGB (Red+Green+Blue) = 175+234+206=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEACE is #501531. Grayscale: #D5D5D5. Windows color (decimal): -5248306 or 13560495. OLE color: 13560495.

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

Color convert

RGB 175 234 206 -
CMYK 0.25 0 0.12 0.08
HSL 151.53º 0.58% 0.8% -
HSV(B) 151.53º 0.25% 0.92% -
XYZ 58.24 72.42 69.3 -
YUV 213.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 175 234 206 0.25 0 0.12 0.08 151.53 0.58 0.8
Hex AF EA CE 19 0 C 8 98 3A 50
Octal 257 352 316 31 0 14 10 230 72 120
Binary 10101111 11101010 11001110 11001 0 1100 1000 10011000 111010 1010000

Color Harmonies of #AFEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEACE

Black with #AFEACE

Text Example


Text Example

White with #AFEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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