#9CD7CA

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

Shades of Sinbad #9CD7CA

Tints of Sinbad #9CD7CA

Color information

#9CD7CA (or 0x9CD7CA) is unknown color: approx Sinbad. HEX triplet: 9C, D7 and CA. RGB value is (156,215,202). Sum of RGB (Red+Green+Blue) = 156+215+202=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #9CD7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD7CA is #632835. Grayscale: #C3C3C3. Windows color (decimal): -6498358 or 13293468. OLE color: 13293468.

HSL color Cylindrical-coordinate representation of color #9CD7CA: hue angle of 166.78º 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 #9CD7CA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB156215202-
CMYK0.2700.060.16
HSL166.78º42.45%72.75%-
HSV(B)166.78º27.44%84.31%-
XYZ48.6759.9364.88-
YUV195.88131.4599.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.23%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=27.23%
G=37.52%
B=35.25%

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
Decimal1562152020.2700.060.16166.7842.4572.75
Hex9CD7CA1B0610a72a49
Octal23432731233062024752111
Binary10011100110101111100101011011011010000101001111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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