#ACCDC9

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

Shades of Sinbad #ACCDC9

Tints of Sinbad #ACCDC9

Color information

#ACCDC9 (or 0xACCDC9) is unknown color: approx Sinbad. HEX triplet: AC, CD and C9. RGB value is (172,205,201). Sum of RGB (Red+Green+Blue) = 172+205+201=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC9 is #533236. Grayscale: #C2C2C2. Windows color (decimal): -5452343 or 13225388. OLE color: 13225388.

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

Color convert

RGB172205201-
CMYK0.1600.020.20
HSL172.73º24.81%73.92%-
HSV(B)172.73º16.1%80.39%-
XYZ49.3956.6563.59-
YUV194.68131.57111.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 201 (78.91% from 255) = 34.78%
R=29.76%
G=35.47%
B=34.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722052010.1600.020.20172.7324.8173.92
HexACCDC9100214ad194a
Octal25431531120022425531112
Binary101011001100110111001001100000101010010101101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDC9; }

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

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

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

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

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

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

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

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