#ACCFCF

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

Shades of Sinbad #ACCFCF

Tints of Sinbad #ACCFCF

Color information

#ACCFCF (or 0xACCFCF) is unknown color: approx Sinbad. HEX triplet: AC, CF and CF. RGB value is (172,207,207). Sum of RGB (Red+Green+Blue) = 172+207+207=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #ACCFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFCF is #533030. Grayscale: #C4C4C4. Windows color (decimal): -5451825 or 13619116. OLE color: 13619116.

HSL color Cylindrical-coordinate representation of color #ACCFCF: hue angle of 180º 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 #ACCFCF is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172207207-
CMYK0.17000.19
HSL180º26.72%74.31%-
HSV(B)180º16.91%81.18%-
XYZ50.5957.967.54-
YUV196.54133.9110.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=29.35%
G=35.32%
B=35.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722072070.17000.1918026.7274.31
HexACCFCF110013b41b4a
Octal25431731721002326433112
Binary10101100110011111100111110001001001110110100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFCF; }

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

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

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

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

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

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

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

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