#A6CDBB

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

Shades of Opal #A6CDBB

Tints of Opal #A6CDBB

Color information

#A6CDBB (or 0xA6CDBB) is unknown color: approx Opal. HEX triplet: A6, CD and BB. RGB value is (166,205,187). Sum of RGB (Red+Green+Blue) = 166+205+187=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDBB is #593244. Grayscale: #BFBFBF. Windows color (decimal): -5845573 or 12307878. OLE color: 12307878.

HSL color Cylindrical-coordinate representation of color #A6CDBB: hue angle of 152.31º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDBB is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB166205187-
CMYK0.1900.090.20
HSL152.31º28.06%72.75%-
HSV(B)152.31º19.02%80.39%-
XYZ46.5355.3655.25-
YUV191.29125.58109.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=29.75%
G=36.74%
B=33.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051870.1900.090.20152.3128.0672.75
HexA6CDBB130914981c49
Octal246315273230112423034111
Binary10100110110011011011101110011010011010010011000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDBB; }

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

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

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

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

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

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

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

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