#A2CFCA

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

Shades of Sinbad #A2CFCA

Tints of Sinbad #A2CFCA

Color information

#A2CFCA (or 0xA2CFCA) is unknown color: approx Sinbad. HEX triplet: A2, CF and CA. RGB value is (162,207,202). Sum of RGB (Red+Green+Blue) = 162+207+202=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFCA is #5D3035. Grayscale: #C0C0C0. Windows color (decimal): -6107190 or 13291426. OLE color: 13291426.

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

Color convert

RGB162207202-
CMYK0.2200.020.19
HSL173.33º31.91%72.35%-
HSV(B)173.33º21.74%81.18%-
XYZ47.8756.5764.27-
YUV192.97133.09105.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=28.37%
G=36.25%
B=35.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622072020.2200.020.19173.3331.9172.35
HexA2CFCA160213ad2048
Octal24231731226022325540110
Binary1010001011001111110010101011001010011101011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CFCA; }

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

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

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

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

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

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

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

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