#A2CFCC

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

Shades of Sinbad #A2CFCC

Tints of Sinbad #A2CFCC

Color information

#A2CFCC (or 0xA2CFCC) is unknown color: approx Sinbad. HEX triplet: A2, CF and CC. RGB value is (162,207,204). Sum of RGB (Red+Green+Blue) = 162+207+204=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFCC is #5D3033. Grayscale: #C1C1C1. Windows color (decimal): -6107188 or 13422498. OLE color: 13422498.

HSL color Cylindrical-coordinate representation of color #A2CFCC: hue angle of 176º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CFCC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB162207204-
CMYK0.2200.010.19
HSL176º31.91%72.35%-
HSV(B)176º21.74%81.18%-
XYZ48.1156.6765.53-
YUV193.2134.09105.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.27%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=28.27%
G=36.13%
B=35.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622072040.2200.010.1917631.9172.35
HexA2CFCC160113b02048
Octal24231731426012326040110
Binary101000101100111111001100101100110011101100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CFCC; }

 p { color: rgb(162,207,204); }

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

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

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

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

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

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

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