#9DD4CD

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

Shades of Sinbad #9DD4CD

Tints of Sinbad #9DD4CD

Color information

#9DD4CD (or 0x9DD4CD) is unknown color: approx Sinbad. HEX triplet: 9D, D4 and CD. RGB value is (157,212,205). Sum of RGB (Red+Green+Blue) = 157+212+205=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD4CD is #622B32. Grayscale: #C2C2C2. Windows color (decimal): -6433587 or 13489309. OLE color: 13489309.

HSL color Cylindrical-coordinate representation of color #9DD4CD: hue angle of 172.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4CD is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB157212205-
CMYK0.2600.030.17
HSL172.36º39.01%72.35%-
HSV(B)172.36º25.94%83.14%-
XYZ48.4758.6666.53-
YUV194.76133.78101.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.35%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=27.35%
G=36.93%
B=35.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572122050.2600.030.17172.3639.0172.35
Hex9DD4CD1A0311ac2748
Octal23532431532032125447110
Binary1001110111010100110011011101001110001101011001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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