#A6D0BE

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

Shades of Opal #A6D0BE

Tints of Opal #A6D0BE

Color information

#A6D0BE (or 0xA6D0BE) is unknown color: approx Opal. HEX triplet: A6, D0 and BE. RGB value is (166,208,190). Sum of RGB (Red+Green+Blue) = 166+208+190=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0BE is #592F41. Grayscale: #C1C1C1. Windows color (decimal): -5844802 or 12505254. OLE color: 12505254.

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

Color convert

RGB166208190-
CMYK0.2000.090.18
HSL154.29º30.88%73.33%-
HSV(B)154.29º20.19%81.57%-
XYZ47.5856.9457.2-
YUV193.39126.09108.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=29.43%
G=36.88%
B=33.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662081900.2000.090.18154.2930.8873.33
HexA6D0BE1409129a1f49
Octal246320276240112223237111
Binary10100110110100001011111010100010011001010011010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D0BE; }

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

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

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

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

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

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

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

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