#9AD4C9

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

Shades of Sinbad #9AD4C9

Tints of Sinbad #9AD4C9

Color information

#9AD4C9 (or 0x9AD4C9) is unknown color: approx Sinbad. HEX triplet: 9A, D4 and C9. RGB value is (154,212,201). Sum of RGB (Red+Green+Blue) = 154+212+201=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD4C9 is #652B36. Grayscale: #C1C1C1. Windows color (decimal): -6630199 or 13227162. OLE color: 13227162.

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

Color convert

RGB154212201-
CMYK0.2700.050.17
HSL168.62º40.28%71.76%-
HSV(B)168.62º27.36%83.14%-
XYZ47.4158.1763.99-
YUV193.4132.2899.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.16%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 201 (78.91% from 255) = 35.45%
R=27.16%
G=37.39%
B=35.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542122010.2700.050.17168.6240.2871.76
Hex9AD4C91B0511a92848
Octal23232431133052125150110
Binary10011010110101001100100111011010110001101010011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,212,201); }

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

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

 a { background-color: rgb(154,212,201); }

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

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

 span { border-color: rgb(154,212,201); }

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