#ACCFCC

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

Shades of Sinbad #ACCFCC

Tints of Sinbad #ACCFCC

Color information

#ACCFCC (or 0xACCFCC) is unknown color: approx Sinbad. HEX triplet: AC, CF and CC. RGB value is (172,207,204). Sum of RGB (Red+Green+Blue) = 172+207+204=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFCC is #533033. Grayscale: #C4C4C4. Windows color (decimal): -5451828 or 13422508. OLE color: 13422508.

HSL color Cylindrical-coordinate representation of color #ACCFCC: hue angle of 174.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFCC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB172207204-
CMYK0.1700.010.19
HSL174.86º26.72%74.31%-
HSV(B)174.86º16.91%81.18%-
XYZ50.2357.7665.63-
YUV196.19132.4110.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=29.50%
G=35.51%
B=34.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722072040.1700.010.19174.8626.7274.31
HexACCFCC110113af1b4a
Octal25431731421012325733112
Binary10101100110011111100110010001011001110101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFCC; }

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

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

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

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

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

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

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

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