Html Css Color HEX #AFEDCE Magic Mint

📋 copy color: '#AFEDCE'

red 175 ◦ green 237 ◦ blue 206

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

Shades of Magic Mint #AFEDCE

Tints of Magic Mint #AFEDCE

RGB

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

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

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

R = 28.32%
G = 38.35%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#AFEDCE (or 0xAFEDCE) is known color: Magic Mint. HEX triplet: AF, ED and CE. RGB value is (175,237,206). Sum of RGB (Red+Green+Blue) = 175+237+206=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDCE is #501231. Grayscale: #D6D6D6. Windows color (decimal): -5247538 or 13561263. OLE color: 13561263.

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

Color convert

RGB 175 237 206 -
CMYK 0.26 0 0.13 0.07
HSL 150º 0.63% 0.81% -
HSV(B) 150º 0.26% 0.93% -
XYZ 59.1 74.14 69.59 -
YUV 214.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 175 237 206 0.26 0 0.13 0.07 150 0.63 0.81
Hex AF ED CE 1A 0 D 7 96 3F 51
Octal 257 355 316 32 0 15 7 226 77 121
Binary 10101111 11101101 11001110 11010 0 1101 111 10010110 111111 1010001

Color Harmonies of #AFEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDCE

Black with #AFEDCE

Text Example


Text Example

White with #AFEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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