#A2CEBE

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

Shades of Opal #A2CEBE

Tints of Opal #A2CEBE

Color information

#A2CEBE (or 0xA2CEBE) is unknown color: approx Opal. HEX triplet: A2, CE and BE. RGB value is (162,206,190). Sum of RGB (Red+Green+Blue) = 162+206+190=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEBE is #5D3141. Grayscale: #BFBFBF. Windows color (decimal): -6107458 or 12504738. OLE color: 12504738.

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

Color convert

RGB162206190-
CMYK0.2100.080.19
HSL158.18º30.99%72.16%-
HSV(B)158.18º21.36%80.78%-
XYZ46.2755.5457-
YUV191.02127.42107.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=29.03%
G=36.92%
B=34.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061900.2100.080.19158.1830.9972.16
HexA2CEBE1508139e1f48
Octal242316276250102323637110
Binary10100010110011101011111010101010001001110011110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEBE; }

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

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

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

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

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

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

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

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