Html Css Color HEX #AFEBCC Magic Mint

📋 copy color: '#AFEBCC'

red 175 ◦ green 235 ◦ blue 204

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

Shades of Magic Mint #AFEBCC

Tints of Magic Mint #AFEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.27%

 BLUE value IS 204 (80.08% from 255) = 33.22%

R = 28.5%
G = 38.27%
B = 33.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#AFEBCC (or 0xAFEBCC) is known color: Magic Mint. HEX triplet: AF, EB and CC. RGB value is (175,235,204). Sum of RGB (Red+Green+Blue) = 175+235+204=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBCC is #501433. Grayscale: #D5D5D5. Windows color (decimal): -5248052 or 13429679. OLE color: 13429679.

HSL color Cylindrical-coordinate representation of color #AFEBCC: hue angle of 149º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBCC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 204 -
CMYK 0.26 0 0.13 0.08
HSL 149º 0.6% 0.8% -
HSV(B) 149º 0.26% 0.92% -
XYZ 58.29 72.89 68.12 -
YUV 213.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 175 235 204 0.26 0 0.13 0.08 149 0.6 0.8
Hex AF EB CC 1A 0 D 8 95 3C 50
Octal 257 353 314 32 0 15 10 225 74 120
Binary 10101111 11101011 11001100 11010 0 1101 1000 10010101 111100 1010000

Color Harmonies of #AFEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBCC

Black with #AFEBCC

Text Example


Text Example

White with #AFEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBCC; }

 p { color: rgb(175,235,204); }

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

background-color css

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

 a { background-color: rgb(175,235,204); }

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

border-color css

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

 span { border-color: rgb(175,235,204); }

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