#97CCC6

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

Shades of Sinbad #97CCC6

Tints of Sinbad #97CCC6

Color information

#97CCC6 (or 0x97CCC6) is unknown color: approx Sinbad. HEX triplet: 97, CC and C6. RGB value is (151,204,198). Sum of RGB (Red+Green+Blue) = 151+204+198=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #97CCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CCC6 is #683339. Grayscale: #BBBBBB. Windows color (decimal): -6828858 or 13028503. OLE color: 13028503.

HSL color Cylindrical-coordinate representation of color #97CCC6: hue angle of 173.21º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CCC6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB151204198-
CMYK0.2600.030.2
HSL173.21º34.19%69.61%-
HSV(B)173.21º25.98%80%-
XYZ44.5553.8461.47-
YUV187.47133.94101.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.31%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=27.31%
G=36.89%
B=35.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041980.2600.030.2173.2134.1969.61
Hex97CCC61A0314ad2246
Octal22731430632032425542106
Binary1001011111001100110001101101001110100101011011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97CCC6; }

 p { color: rgb(151,204,198); }

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

<style>
 a { background-color: #97CCC6; }

 a { background-color: rgb(151,204,198); }

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

<style>
 span { border-color: #97CCC6; }

 span { border-color: rgb(151,204,198); }

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