#ACCDCC

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

Shades of Sinbad #ACCDCC

Tints of Sinbad #ACCDCC

Color information

#ACCDCC (or 0xACCDCC) is unknown color: approx Sinbad. HEX triplet: AC, CD and CC. RGB value is (172,205,204). Sum of RGB (Red+Green+Blue) = 172+205+204=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDCC is #533233. Grayscale: #C2C2C2. Windows color (decimal): -5452340 or 13421996. OLE color: 13421996.

HSL color Cylindrical-coordinate representation of color #ACCDCC: hue angle of 178.18º degrees, saturation: 0.25, 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 #ACCDCC is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB172205204-
CMYK0.1600.000.20
HSL178.18º24.81%73.92%-
HSV(B)178.18º16.1%80.39%-
XYZ49.7456.7965.47-
YUV195.02133.07111.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=29.60%
G=35.28%
B=35.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722052040.1600.000.20178.1824.8173.92
HexACCDCC100014b2194a
Octal25431531420002426231112
Binary10101100110011011100110010000001010010110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDCC; }

 p { color: rgb(172,205,204); }

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

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

 a { background-color: rgb(172,205,204); }

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

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

 span { border-color: rgb(172,205,204); }

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