#96D7CF

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

Shades of Sinbad #96D7CF

Tints of Sinbad #96D7CF

Color information

#96D7CF (or 0x96D7CF) is unknown color: approx Sinbad. HEX triplet: 96, D7 and CF. RGB value is (150,215,207). Sum of RGB (Red+Green+Blue) = 150+215+207=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7CF is #692830. Grayscale: #C2C2C2. Windows color (decimal): -6891569 or 13621142. OLE color: 13621142.

HSL color Cylindrical-coordinate representation of color #96D7CF: hue angle of 172.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7CF is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB150215207-
CMYK0.3000.040.16
HSL172.62º44.83%71.57%-
HSV(B)172.62º30.23%84.31%-
XYZ48.1459.5968-
YUV194.65134.9796.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.22%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=26.22%
G=37.59%
B=36.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502152070.3000.040.16172.6244.8371.57
Hex96D7CF1E0410ad2d48
Octal22632731736042025555110
Binary10010110110101111100111111110010010000101011011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D7CF; }

 p { color: rgb(150,215,207); }

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

<style>
 a { background-color: #96D7CF; }

 a { background-color: rgb(150,215,207); }

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

<style>
 span { border-color: #96D7CF; }

 span { border-color: rgb(150,215,207); }

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