#A6CEBE

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

Shades of Opal #A6CEBE

Tints of Opal #A6CEBE

Color information

#A6CEBE (or 0xA6CEBE) is unknown color: approx Opal. HEX triplet: A6, CE and BE. RGB value is (166,206,190). Sum of RGB (Red+Green+Blue) = 166+206+190=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEBE is #593141. Grayscale: #C0C0C0. Windows color (decimal): -5845314 or 12504742. OLE color: 12504742.

HSL color Cylindrical-coordinate representation of color #A6CEBE: hue angle of 156º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEBE is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB166206190-
CMYK0.1900.080.19
HSL156º28.99%72.94%-
HSV(B)156º19.42%80.78%-
XYZ47.0955.9757.04-
YUV192.22126.75109.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=29.54%
G=36.65%
B=33.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061900.1900.080.1915628.9972.94
HexA6CEBE1308139c1d49
Octal246316276230102323435111
Binary10100110110011101011111010011010001001110011100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEBE; }

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

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

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

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

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

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

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

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