#A1CBC1

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

Shades of Opal #A1CBC1

Tints of Opal #A1CBC1

Color information

#A1CBC1 (or 0xA1CBC1) is unknown color: approx Opal. HEX triplet: A1, CB and C1. RGB value is (161,203,193). Sum of RGB (Red+Green+Blue) = 161+203+193=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBC1 is #5E343E. Grayscale: #BDBDBD. Windows color (decimal): -6173759 or 12700577. OLE color: 12700577.

HSL color Cylindrical-coordinate representation of color #A1CBC1: hue angle of 165.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBC1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB161203193-
CMYK0.2100.050.20
HSL165.71º28.77%71.37%-
HSV(B)165.71º20.69%79.61%-
XYZ45.6854.1458.49-
YUV189.3130.09107.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=28.90%
G=36.45%
B=34.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031930.2100.050.20165.7128.7771.37
HexA1CBC1150514a61d47
Octal24131330125052424635107
Binary1010000111001011110000011010101011010010100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBC1; }

 p { color: rgb(161,203,193); }

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

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

 a { background-color: rgb(161,203,193); }

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

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

 span { border-color: rgb(161,203,193); }

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