#A1CFCA

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

Shades of Sinbad #A1CFCA

Tints of Sinbad #A1CFCA

Color information

#A1CFCA (or 0xA1CFCA) is unknown color: approx Sinbad. HEX triplet: A1, CF and CA. RGB value is (161,207,202). Sum of RGB (Red+Green+Blue) = 161+207+202=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFCA is #5E3035. Grayscale: #C0C0C0. Windows color (decimal): -6172726 or 13291425. OLE color: 13291425.

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

Color convert

RGB161207202-
CMYK0.2200.020.19
HSL173.48º32.39%72.16%-
HSV(B)173.48º22.22%81.18%-
XYZ47.6756.4764.26-
YUV192.68133.26105.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=28.25%
G=36.32%
B=35.44%

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
Decimal1612072020.2200.020.19173.4832.3972.16
HexA1CFCA160213ad2048
Octal24131731226022325540110
Binary1010000111001111110010101011001010011101011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFCA; }

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

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

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

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

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

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

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

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