#ADCCC7

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

Shades of Sinbad #ADCCC7

Tints of Sinbad #ADCCC7

Color information

#ADCCC7 (or 0xADCCC7) is unknown color: approx Sinbad. HEX triplet: AD, CC and C7. RGB value is (173,204,199). Sum of RGB (Red+Green+Blue) = 173+204+199=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC7 is #523338. Grayscale: #C2C2C2. Windows color (decimal): -5387065 or 13094061. OLE color: 13094061.

HSL color Cylindrical-coordinate representation of color #ADCCC7: hue angle of 170.32º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCC7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB173204199-
CMYK0.1500.020.2
HSL170.32º23.31%73.92%-
HSV(B)170.32º15.2%80%-
XYZ49.1456.1962.29-
YUV194.16130.73112.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=30.03%
G=35.42%
B=34.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041990.1500.020.2170.3223.3173.92
HexADCCC7F0214aa174a
Octal25531430717022425227112
Binary10101101110011001100011111110101010010101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCC7; }

 p { color: rgb(173,204,199); }

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

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

 a { background-color: rgb(173,204,199); }

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

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

 span { border-color: rgb(173,204,199); }

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