#A1CDBB

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

Shades of Opal #A1CDBB

Tints of Opal #A1CDBB

Color information

#A1CDBB (or 0xA1CDBB) is unknown color: approx Opal. HEX triplet: A1, CD and BB. RGB value is (161,205,187). Sum of RGB (Red+Green+Blue) = 161+205+187=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDBB is #5E3244. Grayscale: #BDBDBD. Windows color (decimal): -6173253 or 12307873. OLE color: 12307873.

HSL color Cylindrical-coordinate representation of color #A1CDBB: hue angle of 155.45º degrees, saturation: 0.31, 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 #A1CDBB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB161205187-
CMYK0.2100.090.20
HSL155.45º30.56%71.76%-
HSV(B)155.45º21.46%80.39%-
XYZ45.554.8355.2-
YUV189.79126.42107.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=29.11%
G=37.07%
B=33.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051870.2100.090.20155.4530.5671.76
HexA1CDBB1509149b1f48
Octal241315273250112423337110
Binary10100001110011011011101110101010011010010011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDBB; }

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

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

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

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

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

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

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

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