#9DE0CD

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

Shades of Scandal #9DE0CD

Tints of Scandal #9DE0CD

Color information

#9DE0CD (or 0x9DE0CD) is unknown color: approx Scandal. HEX triplet: 9D, E0 and CD. RGB value is (157,224,205). Sum of RGB (Red+Green+Blue) = 157+224+205=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0CD is #621F32. Grayscale: #C9C9C9. Windows color (decimal): -6430515 or 13492381. OLE color: 13492381.

HSL color Cylindrical-coordinate representation of color #9DE0CD: hue angle of 162.99º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0CD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB157224205-
CMYK0.3000.080.12
HSL162.99º51.94%74.71%-
HSV(B)162.99º29.91%87.84%-
XYZ51.5864.8967.56-
YUV201.8129.896.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=26.79%
G=38.23%
B=34.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572242050.3000.080.12162.9951.9474.71
Hex9DE0CD1E08Ca3344b
Octal235340315360101424364113
Binary10011101111000001100110111110010001100101000111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,224,205); }

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

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

 a { background-color: rgb(157,224,205); }

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

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

 span { border-color: rgb(157,224,205); }

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