#ACCDCA

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

Shades of Sinbad #ACCDCA

Tints of Sinbad #ACCDCA

Color information

#ACCDCA (or 0xACCDCA) is unknown color: approx Sinbad. HEX triplet: AC, CD and CA. RGB value is (172,205,202). Sum of RGB (Red+Green+Blue) = 172+205+202=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDCA is #533235. Grayscale: #C2C2C2. Windows color (decimal): -5452342 or 13290924. OLE color: 13290924.

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

Color convert

RGB172205202-
CMYK0.1600.010.20
HSL174.55º24.81%73.92%-
HSV(B)174.55º16.1%80.39%-
XYZ49.5156.764.21-
YUV194.79132.07111.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=29.71%
G=35.41%
B=34.89%

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
Decimal1722052020.1600.010.20174.5524.8173.92
HexACCDCA100114af194a
Octal25431531220012425731112
Binary10101100110011011100101010000011010010101111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDCA; }

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

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

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

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

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

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

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

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