Html Css Color HEX #AFFEDB Magic Mint

📋 copy color: '#AFFEDB'

red 175 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #AFFEDB

Tints of Magic Mint #AFFEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.2%

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 27.01%
G = 39.2%
B = 33.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#AFFEDB (or 0xAFFEDB) is known color: Magic Mint. HEX triplet: AF, FE and DB. RGB value is (175,254,219). Sum of RGB (Red+Green+Blue) = 175+254+219=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEDB is #500124. Grayscale: #E2E2E2. Windows color (decimal): -5243173 or 14417583. OLE color: 14417583.

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

Color convert

RGB 175 254 219 -
CMYK 0.31 0 0.14 0.00
HSL 153.42º 0.98% 0.84% -
HSV(B) 153.42º 0.31% 1% -
XYZ 65.91 85.11 79.97 -
YUV 226.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 175 254 219 0.31 0 0.14 0.00 153.42 0.98 0.84
Hex AF FE DB 1F 0 E 0 99 62 54
Octal 257 376 333 37 0 16 0 231 142 124
Binary 10101111 11111110 11011011 11111 0 1110 0 10011001 1100010 1010100

Color Harmonies of #AFFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEDB

Black with #AFFEDB

Text Example


Text Example

White with #AFFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEDB; }

 p { color: rgb(175,254,219); }

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

background-color css

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

 a { background-color: rgb(175,254,219); }

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

border-color css

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

 span { border-color: rgb(175,254,219); }

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