#A1CCBC

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

Shades of Opal #A1CCBC

Tints of Opal #A1CCBC

Color information

#A1CCBC (or 0xA1CCBC) is unknown color: approx Opal. HEX triplet: A1, CC and BC. RGB value is (161,204,188). Sum of RGB (Red+Green+Blue) = 161+204+188=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCBC is #5E3343. Grayscale: #BDBDBD. Windows color (decimal): -6173508 or 12373153. OLE color: 12373153.

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

Color convert

RGB161204188-
CMYK0.2100.080.2
HSL157.67º29.66%71.57%-
HSV(B)157.67º21.08%80%-
XYZ45.3754.3955.68-
YUV189.32127.25107.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=29.11%
G=36.89%
B=34.00%

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
Decimal1612041880.2100.080.2157.6729.6671.57
HexA1CCBC1508149e1e48
Octal241314274250102423636110
Binary10100001110011001011110010101010001010010011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCBC; }

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

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

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

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

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

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

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

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