#9DEAC1

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

Shades of Magic Mint #9DEAC1

Tints of Magic Mint #9DEAC1

Color information

#9DEAC1 (or 0x9DEAC1) is unknown color: approx Magic Mint. HEX triplet: 9D, EA and C1. RGB value is (157,234,193). Sum of RGB (Red+Green+Blue) = 157+234+193=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAC1 is #62153E. Grayscale: #CECECE. Windows color (decimal): -6427967 or 12708509. OLE color: 12708509.

HSL color Cylindrical-coordinate representation of color #9DEAC1: hue angle of 148.05º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAC1 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB157234193-
CMYK0.3300.180.08
HSL148.05º64.71%76.67%-
HSV(B)148.05º32.91%91.76%-
XYZ52.9569.8661.15-
YUV206.3120.4992.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 234 (91.80% from 255) = 40.07%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=26.88%
G=40.07%
B=33.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572341930.3300.180.08148.0564.7176.67
Hex9DEAC121012894414d
Octal2353523014102210224101115
Binary10011101111010101100000110000101001010001001010010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DEAC1; }

 p { color: rgb(157,234,193); }

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

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

 a { background-color: rgb(157,234,193); }

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

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

 span { border-color: rgb(157,234,193); }

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