#A1D0BE

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

Shades of Opal #A1D0BE

Tints of Opal #A1D0BE

Color information

#A1D0BE (or 0xA1D0BE) is unknown color: approx Opal. HEX triplet: A1, D0 and BE. RGB value is (161,208,190). Sum of RGB (Red+Green+Blue) = 161+208+190=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0BE is #5E2F41. Grayscale: #BFBFBF. Windows color (decimal): -6172482 or 12505249. OLE color: 12505249.

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

Color convert

RGB161208190-
CMYK0.2300.090.18
HSL157.02º33.33%72.35%-
HSV(B)157.02º22.6%81.57%-
XYZ46.5556.4157.15-
YUV191.9126.93105.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=28.80%
G=37.21%
B=33.99%

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
Decimal1612081900.2300.090.18157.0233.3372.35
HexA1D0BE1709129d2148
Octal241320276270112223541110
Binary101000011101000010111110101110100110010100111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0BE; }

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

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

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

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

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

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

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

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