#A1CCBD

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

Shades of Opal #A1CCBD

Tints of Opal #A1CCBD

Color information

#A1CCBD (or 0xA1CCBD) is unknown color: approx Opal. HEX triplet: A1, CC and BD. RGB value is (161,204,189). Sum of RGB (Red+Green+Blue) = 161+204+189=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCBD is #5E3342. Grayscale: #BDBDBD. Windows color (decimal): -6173507 or 12438689. OLE color: 12438689.

HSL color Cylindrical-coordinate representation of color #A1CCBD: hue angle of 159.07º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCBD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB161204189-
CMYK0.2100.070.2
HSL159.07º29.66%71.57%-
HSV(B)159.07º21.08%80%-
XYZ45.4854.4456.25-
YUV189.43127.75107.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=29.06%
G=36.82%
B=34.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041890.2100.070.2159.0729.6671.57
HexA1CCBD1507149f1e48
Octal24131427525072423736110
Binary1010000111001100101111011010101111010010011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCBD; }

 p { color: rgb(161,204,189); }

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

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

 a { background-color: rgb(161,204,189); }

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

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

 span { border-color: rgb(161,204,189); }

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