#ACCCC7

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

Shades of Sinbad #ACCCC7

Tints of Sinbad #ACCCC7

Color information

#ACCCC7 (or 0xACCCC7) is unknown color: approx Sinbad. HEX triplet: AC, CC and C7. RGB value is (172,204,199). Sum of RGB (Red+Green+Blue) = 172+204+199=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC7 is #533338. Grayscale: #C1C1C1. Windows color (decimal): -5452601 or 13094060. OLE color: 13094060.

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

Color convert

RGB172204199-
CMYK0.1600.020.2
HSL170.62º23.88%73.73%-
HSV(B)170.62º15.69%80%-
XYZ48.9156.0862.28-
YUV193.86130.9112.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=29.91%
G=35.48%
B=34.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041990.1600.020.2170.6223.8873.73
HexACCCC7100214ab184a
Octal25431430720022425330112
Binary101011001100110011000111100000101010010101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCC7; }

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

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

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

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

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

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

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

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