#ACCFCA

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

Shades of Sinbad #ACCFCA

Tints of Sinbad #ACCFCA

Color information

#ACCFCA (or 0xACCFCA) is unknown color: approx Sinbad. HEX triplet: AC, CF and CA. RGB value is (172,207,202). Sum of RGB (Red+Green+Blue) = 172+207+202=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFCA is #533035. Grayscale: #C3C3C3. Windows color (decimal): -5451830 or 13291436. OLE color: 13291436.

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

Color convert

RGB172207202-
CMYK0.1700.020.19
HSL171.43º26.72%74.31%-
HSV(B)171.43º16.91%81.18%-
XYZ49.9957.6664.37-
YUV195.96131.4110.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=29.60%
G=35.63%
B=34.77%

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
Decimal1722072020.1700.020.19171.4326.7274.31
HexACCFCA110213ab1b4a
Octal25431731221022325333112
Binary101011001100111111001010100010101001110101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFCA; }

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

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

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

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

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

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

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

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