Html Css Color HEX #AFFFDA Magic Mint

📋 copy color: '#AFFFDA'

red 175 ◦ green 255 ◦ blue 218

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

Shades of Magic Mint #AFFFDA

Tints of Magic Mint #AFFFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 39.35%

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 27.01%
G = 39.35%
B = 33.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#AFFFDA (or 0xAFFFDA) is known color: Magic Mint. HEX triplet: AF, FF and DA. RGB value is (175,255,218). Sum of RGB (Red+Green+Blue) = 175+255+218=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFDA is #500025. Grayscale: #E2E2E2. Windows color (decimal): -5242918 or 14352303. OLE color: 14352303.

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

Color convert

RGB 175 255 218 -
CMYK 0.31 0 0.15 0
HSL 152.25º 1% 0.84% -
HSV(B) 152.25º 0.31% 1% -
XYZ 66.09 85.7 79.39 -
YUV 226.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 175 255 218 0.31 0 0.15 0 152.25 1 0.84
Hex AF FF DA 1F 0 F 0 98 64 54
Octal 257 377 332 37 0 17 0 230 144 124
Binary 10101111 11111111 11011010 11111 0 1111 0 10011000 1100100 1010100

Color Harmonies of #AFFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFDA

Black with #AFFFDA

Text Example


Text Example

White with #AFFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFDA; }

 p { color: rgb(175,255,218); }

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

background-color css

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

 a { background-color: rgb(175,255,218); }

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

border-color css

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

 span { border-color: rgb(175,255,218); }

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