#ACCEC8

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

Shades of Sinbad #ACCEC8

Tints of Sinbad #ACCEC8

Color information

#ACCEC8 (or 0xACCEC8) is unknown color: approx Sinbad. HEX triplet: AC, CE and C8. RGB value is (172,206,200). Sum of RGB (Red+Green+Blue) = 172+206+200=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC8 is #533137. Grayscale: #C3C3C3. Windows color (decimal): -5452088 or 13160108. OLE color: 13160108.

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

Color convert

RGB172206200-
CMYK0.1700.030.19
HSL169.41º25.76%74.12%-
HSV(B)169.41º16.5%80.78%-
XYZ49.5157.0863.05-
YUV195.15130.74111.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=29.76%
G=35.64%
B=34.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722062000.1700.030.19169.4125.7674.12
HexACCEC8110313a91a4a
Octal25431631021032325132112
Binary101011001100111011001000100010111001110101001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEC8; }

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

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

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

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

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

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

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

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