#ACCECA

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

Shades of Sinbad #ACCECA

Tints of Sinbad #ACCECA

Color information

#ACCECA (or 0xACCECA) is unknown color: approx Sinbad. HEX triplet: AC, CE and CA. RGB value is (172,206,202). Sum of RGB (Red+Green+Blue) = 172+206+202=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCECA is #533135. Grayscale: #C3C3C3. Windows color (decimal): -5452086 or 13291180. OLE color: 13291180.

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

Color convert

RGB172206202-
CMYK0.1700.020.19
HSL172.94º25.76%74.12%-
HSV(B)172.94º16.5%80.78%-
XYZ49.7557.1864.29-
YUV195.38131.74111.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=29.66%
G=35.52%
B=34.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722062020.1700.020.19172.9425.7674.12
HexACCECA110213ad1a4a
Octal25431631221022325532112
Binary101011001100111011001010100010101001110101101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCECA; }

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

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

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

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

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

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

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

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