#ADCDCA

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

Shades of Sinbad #ADCDCA

Tints of Sinbad #ADCDCA

Color information

#ADCDCA (or 0xADCDCA) is unknown color: approx Sinbad. HEX triplet: AD, CD and CA. RGB value is (173,205,202). Sum of RGB (Red+Green+Blue) = 173+205+202=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDCA is #523235. Grayscale: #C3C3C3. Windows color (decimal): -5386806 or 13290925. OLE color: 13290925.

HSL color Cylindrical-coordinate representation of color #ADCDCA: hue angle of 174.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDCA is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB173205202-
CMYK0.1600.010.20
HSL174.38º24.24%74.12%-
HSV(B)174.38º15.61%80.39%-
XYZ49.7356.8164.22-
YUV195.09131.9112.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=29.83%
G=35.34%
B=34.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732052020.1600.010.20174.3824.2474.12
HexADCDCA100114ae184a
Octal25531531220012425630112
Binary10101101110011011100101010000011010010101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDCA; }

 p { color: rgb(173,205,202); }

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

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

 a { background-color: rgb(173,205,202); }

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

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

 span { border-color: rgb(173,205,202); }

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