#9DE0CA

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

Shades of Scandal #9DE0CA

Tints of Scandal #9DE0CA

Color information

#9DE0CA (or 0x9DE0CA) is unknown color: approx Scandal. HEX triplet: 9D, E0 and CA. RGB value is (157,224,202). Sum of RGB (Red+Green+Blue) = 157+224+202=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0CA is #621F35. Grayscale: #C9C9C9. Windows color (decimal): -6430518 or 13295773. OLE color: 13295773.

HSL color Cylindrical-coordinate representation of color #9DE0CA: hue angle of 160.3º 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 #9DE0CA is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB157224202-
CMYK0.3000.100.12
HSL160.3º51.94%74.71%-
HSV(B)160.3º29.91%87.84%-
XYZ51.2264.7465.67-
YUV201.46128.396.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=26.93%
G=38.42%
B=34.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572242020.3000.100.12160.351.9474.71
Hex9DE0CA1E0ACa0344b
Octal235340312360121424064113
Binary10011101111000001100101011110010101100101000001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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