#9DD7CA

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

Shades of Sinbad #9DD7CA

Tints of Sinbad #9DD7CA

Color information

#9DD7CA (or 0x9DD7CA) is unknown color: approx Sinbad. HEX triplet: 9D, D7 and CA. RGB value is (157,215,202). Sum of RGB (Red+Green+Blue) = 157+215+202=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7CA is #622835. Grayscale: #C4C4C4. Windows color (decimal): -6432822 or 13293469. OLE color: 13293469.

HSL color Cylindrical-coordinate representation of color #9DD7CA: hue angle of 166.55º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD7CA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB157215202-
CMYK0.2700.060.16
HSL166.55º42.03%72.94%-
HSV(B)166.55º26.98%84.31%-
XYZ48.8760.0364.89-
YUV196.18131.28100.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.35%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=27.35%
G=37.46%
B=35.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572152020.2700.060.16166.5542.0372.94
Hex9DD7CA1B0610a72a49
Octal23532731233062024752111
Binary10011101110101111100101011011011010000101001111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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