Html Css Color HEX #AFFCDF Magic Mint

📋 copy color: '#AFFCDF'

red 175 ◦ green 252 ◦ blue 223

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

Shades of Magic Mint #AFFCDF

Tints of Magic Mint #AFFCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.77%

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 26.92%
G = 38.77%
B = 34.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#AFFCDF (or 0xAFFCDF) is known color: Magic Mint. HEX triplet: AF, FC and DF. RGB value is (175,252,223). Sum of RGB (Red+Green+Blue) = 175+252+223=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCDF is #500320. Grayscale: #E1E1E1. Windows color (decimal): -5243681 or 14679215. OLE color: 14679215.

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

Color convert

RGB 175 252 223 -
CMYK 0.31 0 0.12 0.01
HSL 157.4º 0.93% 0.84% -
HSV(B) 157.4º 0.31% 0.99% -
XYZ 65.81 84.06 82.57 -
YUV 225.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 175 252 223 0.31 0 0.12 0.01 157.4 0.93 0.84
Hex AF FC DF 1F 0 C 1 9D 5D 54
Octal 257 374 337 37 0 14 1 235 135 124
Binary 10101111 11111100 11011111 11111 0 1100 1 10011101 1011101 1010100

Color Harmonies of #AFFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFCDF

Black with #AFFCDF

Text Example


Text Example

White with #AFFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFCDF; }

 p { color: rgb(175,252,223); }

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

background-color css

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

 a { background-color: rgb(175,252,223); }

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

border-color css

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

 span { border-color: rgb(175,252,223); }

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