#A1CDBE

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

Shades of Opal #A1CDBE

Tints of Opal #A1CDBE

Color information

#A1CDBE (or 0xA1CDBE) is unknown color: approx Opal. HEX triplet: A1, CD and BE. RGB value is (161,205,190). Sum of RGB (Red+Green+Blue) = 161+205+190=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDBE is #5E3241. Grayscale: #BEBEBE. Windows color (decimal): -6173250 or 12504481. OLE color: 12504481.

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

Color convert

RGB161205190-
CMYK0.2100.070.20
HSL159.55º30.56%71.76%-
HSV(B)159.55º21.46%80.39%-
XYZ45.8254.9656.91-
YUV190.13127.92107.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=28.96%
G=36.87%
B=34.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051900.2100.070.20159.5530.5671.76
HexA1CDBE150714a01f48
Octal24131527625072424037110
Binary1010000111001101101111101010101111010010100000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDBE; }

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

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

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

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

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

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

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

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