#ACCFCE

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

Shades of Sinbad #ACCFCE

Tints of Sinbad #ACCFCE

Color information

#ACCFCE (or 0xACCFCE) is unknown color: approx Sinbad. HEX triplet: AC, CF and CE. RGB value is (172,207,206). Sum of RGB (Red+Green+Blue) = 172+207+206=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFCE is #533031. Grayscale: #C4C4C4. Windows color (decimal): -5451826 or 13553580. OLE color: 13553580.

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

Color convert

RGB172207206-
CMYK0.1700.000.19
HSL178.29º26.72%74.31%-
HSV(B)178.29º16.91%81.18%-
XYZ50.4757.8566.9-
YUV196.42133.4110.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=29.40%
G=35.38%
B=35.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722072060.1700.000.19178.2926.7274.31
HexACCFCE110013b21b4a
Octal25431731621002326233112
Binary10101100110011111100111010001001001110110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFCE; }

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

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

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

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

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

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

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

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