#A3CFCA

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

Shades of Sinbad #A3CFCA

Tints of Sinbad #A3CFCA

Color information

#A3CFCA (or 0xA3CFCA) is unknown color: approx Sinbad. HEX triplet: A3, CF and CA. RGB value is (163,207,202). Sum of RGB (Red+Green+Blue) = 163+207+202=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFCA is #5C3035. Grayscale: #C1C1C1. Windows color (decimal): -6041654 or 13291427. OLE color: 13291427.

HSL color Cylindrical-coordinate representation of color #A3CFCA: hue angle of 173.18º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CFCA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB163207202-
CMYK0.2100.020.19
HSL173.18º31.43%72.55%-
HSV(B)173.18º21.26%81.18%-
XYZ48.0856.6864.28-
YUV193.27132.92106.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=28.50%
G=36.19%
B=35.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632072020.2100.020.19173.1831.4372.55
HexA3CFCA150213ad1f49
Octal24331731225022325537111
Binary101000111100111111001010101010101001110101101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CFCA; }

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

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

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

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

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

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

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

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