#A1CCBB

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

Shades of Opal #A1CCBB

Tints of Opal #A1CCBB

Color information

#A1CCBB (or 0xA1CCBB) is unknown color: approx Opal. HEX triplet: A1, CC and BB. RGB value is (161,204,187). Sum of RGB (Red+Green+Blue) = 161+204+187=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCBB is #5E3344. Grayscale: #BDBDBD. Windows color (decimal): -6173509 or 12307617. OLE color: 12307617.

HSL color Cylindrical-coordinate representation of color #A1CCBB: hue angle of 156.28º 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 #A1CCBB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB161204187-
CMYK0.2100.080.2
HSL156.28º29.66%71.57%-
HSV(B)156.28º21.08%80%-
XYZ45.2654.3555.12-
YUV189.2126.75107.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=29.17%
G=36.96%
B=33.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041870.2100.080.2156.2829.6671.57
HexA1CCBB1508149c1e48
Octal241314273250102423436110
Binary10100001110011001011101110101010001010010011100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCBB; }

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

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

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

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

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

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

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

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