#9ECDC5

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

Shades of Sinbad #9ECDC5

Tints of Sinbad #9ECDC5

Color information

#9ECDC5 (or 0x9ECDC5) is unknown color: approx Sinbad. HEX triplet: 9E, CD and C5. RGB value is (158,205,197). Sum of RGB (Red+Green+Blue) = 158+205+197=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDC5 is #61323A. Grayscale: #BEBEBE. Windows color (decimal): -6369851 or 12963230. OLE color: 12963230.

HSL color Cylindrical-coordinate representation of color #9ECDC5: hue angle of 169.79º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECDC5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB158205197-
CMYK0.2300.040.20
HSL169.79º31.97%71.18%-
HSV(B)169.79º22.93%80.39%-
XYZ46.0154.9661.01-
YUV190.04131.93105.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=28.21%
G=36.61%
B=35.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051970.2300.040.20169.7931.9771.18
Hex9ECDC5170414aa2047
Octal23631530527042425240107
Binary10011110110011011100010110111010010100101010101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,205,197); }

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

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

 a { background-color: rgb(158,205,197); }

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

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

 span { border-color: rgb(158,205,197); }

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