Html Css Color HEX #AFEEC5 Magic Mint

📋 copy color: '#AFEEC5'

red 175 ◦ green 238 ◦ blue 197

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

Shades of Magic Mint #AFEEC5

Tints of Magic Mint #AFEEC5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.02%

 BLUE value IS 197 (77.34% from 255) = 32.3%

R = 28.69%
G = 39.02%
B = 32.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#AFEEC5 (or 0xAFEEC5) is known color: Magic Mint. HEX triplet: AF, EE and C5. RGB value is (175,238,197). Sum of RGB (Red+Green+Blue) = 175+238+197=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC5 is #50113A. Grayscale: #D6D6D6. Windows color (decimal): -5247291 or 12971695. OLE color: 12971695.

HSL color Cylindrical-coordinate representation of color #AFEEC5: hue angle of 140.95º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEC5 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 197 -
CMYK 0.26 0 0.17 0.07
HSL 140.95º 0.65% 0.81% -
HSV(B) 140.95º 0.26% 0.93% -
XYZ 58.33 74.29 64.09 -
YUV 214.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 175 238 197 0.26 0 0.17 0.07 140.95 0.65 0.81
Hex AF EE C5 1A 0 11 7 8D 41 51
Octal 257 356 305 32 0 21 7 215 101 121
Binary 10101111 11101110 11000101 11010 0 10001 111 10001101 1000001 1010001

Color Harmonies of #AFEEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEC5

Black with #AFEEC5

Text Example


Text Example

White with #AFEEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEC5; }

 p { color: rgb(175,238,197); }

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

background-color css

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

 a { background-color: rgb(175,238,197); }

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

border-color css

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

 span { border-color: rgb(175,238,197); }

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