Html Css Color HEX #AFEFD5 Magic Mint

📋 copy color: '#AFEFD5'

red 175 ◦ green 239 ◦ blue 213

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

Shades of Magic Mint #AFEFD5

Tints of Magic Mint #AFEFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.12%

 BLUE value IS 213 (83.59% from 255) = 33.97%

R = 27.91%
G = 38.12%
B = 33.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#AFEFD5 (or 0xAFEFD5) is known color: Magic Mint. HEX triplet: AF, EF and D5. RGB value is (175,239,213). Sum of RGB (Red+Green+Blue) = 175+239+213=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFD5 is #50102A. Grayscale: #D8D8D8. Windows color (decimal): -5247019 or 14020527. OLE color: 14020527.

HSL color Cylindrical-coordinate representation of color #AFEFD5: hue angle of 155.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFD5 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 213 -
CMYK 0.27 0 0.11 0.06
HSL 155.63º 0.67% 0.81% -
HSV(B) 155.63º 0.27% 0.94% -
XYZ 60.56 75.65 74.36 -
YUV 216.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 175 239 213 0.27 0 0.11 0.06 155.63 0.67 0.81
Hex AF EF D5 1B 0 B 6 9C 43 51
Octal 257 357 325 33 0 13 6 234 103 121
Binary 10101111 11101111 11010101 11011 0 1011 110 10011100 1000011 1010001

Color Harmonies of #AFEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFD5

Black with #AFEFD5

Text Example


Text Example

White with #AFEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFD5; }

 p { color: rgb(175,239,213); }

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

background-color css

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

 a { background-color: rgb(175,239,213); }

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

border-color css

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

 span { border-color: rgb(175,239,213); }

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