#99EAC2

Color #99EAC2 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #99EAC2

Tints of Magic Mint #99EAC2

Color information

#99EAC2 (or 0x99EAC2) is unknown color: approx Magic Mint. HEX triplet: 99, EA and C2. RGB value is (153,234,194). Sum of RGB (Red+Green+Blue) = 153+234+194=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EAC2 is #66153D. Grayscale: #CDCDCD. Windows color (decimal): -6690110 or 12774041. OLE color: 12774041.

HSL color Cylindrical-coordinate representation of color #99EAC2: hue angle of 150.37º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EAC2 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB153234194-
CMYK0.3500.170.08
HSL150.37º65.85%75.88%-
HSV(B)150.37º34.62%91.76%-
XYZ52.369.5161.7-
YUV205.22121.6690.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.33%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=26.33%
G=40.28%
B=33.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532341940.3500.170.08150.3765.8575.88
Hex99EAC223011896424c
Octal2313523024302110226102114
Binary10011001111010101100001010001101000110001001011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EAC2; }

 p { color: rgb(153,234,194); }

 H1.HeaderClassName
 {
   color: #99EAC2;
 }
 .AnyTagClassName
 {
   color: #99EAC2;
 }
</style>
background-color css

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

 a { background-color: rgb(153,234,194); }

 div.DivClassName
 {
   background-color: #99EAC2;
 }
 .BgClassName
 {
   background-color: #99EAC2;
 }
</style>
border-color css

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

 span { border-color: rgb(153,234,194); }

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