Html Css Color HEX #AFE5CC Magic Mint

📋 copy color: '#AFE5CC'

red 175 ◦ green 229 ◦ blue 204

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

Shades of Magic Mint #AFE5CC

Tints of Magic Mint #AFE5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.66%

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

R = 28.78%
G = 37.66%
B = 33.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#AFE5CC (or 0xAFE5CC) is known color: Magic Mint. HEX triplet: AF, E5 and CC. RGB value is (175,229,204). Sum of RGB (Red+Green+Blue) = 175+229+204=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5CC is #501A33. Grayscale: #D2D2D2. Windows color (decimal): -5249588 or 13428143. OLE color: 13428143.

HSL color Cylindrical-coordinate representation of color #AFE5CC: hue angle of 152.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5CC is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 204 -
CMYK 0.24 0 0.11 0.10
HSL 152.22º 0.51% 0.79% -
HSV(B) 152.22º 0.24% 0.9% -
XYZ 56.6 69.51 67.56 -
YUV 210 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 175 229 204 0.24 0 0.11 0.10 152.22 0.51 0.79
Hex AF E5 CC 18 0 B A 98 33 4F
Octal 257 345 314 30 0 13 12 230 63 117
Binary 10101111 11100101 11001100 11000 0 1011 1010 10011000 110011 1001111

Color Harmonies of #AFE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5CC

Black with #AFE5CC

Text Example


Text Example

White with #AFE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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