#ACCDC7

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

Shades of Sinbad #ACCDC7

Tints of Sinbad #ACCDC7

Color information

#ACCDC7 (or 0xACCDC7) is unknown color: approx Sinbad. HEX triplet: AC, CD and C7. RGB value is (172,205,199). Sum of RGB (Red+Green+Blue) = 172+205+199=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC7 is #533238. Grayscale: #C2C2C2. Windows color (decimal): -5452345 or 13094316. OLE color: 13094316.

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

Color convert

RGB172205199-
CMYK0.1600.030.20
HSL169.09º24.81%73.92%-
HSV(B)169.09º16.1%80.39%-
XYZ49.1556.5662.36-
YUV194.45130.57111.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=29.86%
G=35.59%
B=34.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051990.1600.030.20169.0924.8173.92
HexACCDC7100314a9194a
Octal25431530720032425131112
Binary101011001100110111000111100000111010010101001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDC7; }

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

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

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

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

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

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

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

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