#A1D1BE

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

Shades of Opal #A1D1BE

Tints of Opal #A1D1BE

Color information

#A1D1BE (or 0xA1D1BE) is unknown color: approx Opal. HEX triplet: A1, D1 and BE. RGB value is (161,209,190). Sum of RGB (Red+Green+Blue) = 161+209+190=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D1BE is #5E2E41. Grayscale: #C0C0C0. Windows color (decimal): -6172226 or 12505505. OLE color: 12505505.

HSL color Cylindrical-coordinate representation of color #A1D1BE: hue angle of 156.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D1BE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB161209190-
CMYK0.2300.090.18
HSL156.25º34.29%72.55%-
HSV(B)156.25º22.97%81.96%-
XYZ46.7956.957.23-
YUV192.48126.6105.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 209 (82.03% from 255) = 37.32%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=28.75%
G=37.32%
B=33.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091900.2300.090.18156.2534.2972.55
HexA1D1BE1709129c2249
Octal241321276270112223442111
Binary101000011101000110111110101110100110010100111001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D1BE; }

 p { color: rgb(161,209,190); }

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

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

 a { background-color: rgb(161,209,190); }

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

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

 span { border-color: rgb(161,209,190); }

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