#9DEFCA

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

Shades of Magic Mint #9DEFCA

Tints of Magic Mint #9DEFCA

Color information

#9DEFCA (or 0x9DEFCA) is unknown color: approx Magic Mint. HEX triplet: 9D, EF and CA. RGB value is (157,239,202). Sum of RGB (Red+Green+Blue) = 157+239+202=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFCA is #621035. Grayscale: #D2D2D2. Windows color (decimal): -6426678 or 13299613. OLE color: 13299613.

HSL color Cylindrical-coordinate representation of color #9DEFCA: hue angle of 152.93º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFCA is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB157239202-
CMYK0.3400.150.06
HSL152.93º71.93%77.65%-
HSV(B)152.93º34.31%93.73%-
XYZ55.4373.1767.08-
YUV210.26123.3390.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=26.25%
G=39.97%
B=33.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572392020.3400.150.06152.9371.9377.65
Hex9DEFCA220F699484e
Octal235357312420176231110116
Binary100111011110111111001010100010011111101001100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,239,202); }

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

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

 a { background-color: rgb(157,239,202); }

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

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

 span { border-color: rgb(157,239,202); }

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