#A0CEBE

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

Shades of Opal #A0CEBE

Tints of Opal #A0CEBE

Color information

#A0CEBE (or 0xA0CEBE) is unknown color: approx Opal. HEX triplet: A0, CE and BE. RGB value is (160,206,190). Sum of RGB (Red+Green+Blue) = 160+206+190=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEBE is #5F3141. Grayscale: #BEBEBE. Windows color (decimal): -6238530 or 12504736. OLE color: 12504736.

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

Color convert

RGB160206190-
CMYK0.2200.080.19
HSL159.13º31.94%71.76%-
HSV(B)159.13º22.33%80.78%-
XYZ45.8655.3356.98-
YUV190.42127.76106.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.78%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=28.78%
G=37.05%
B=34.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061900.2200.080.19159.1331.9471.76
HexA0CEBE1608139f2048
Octal240316276260102323740110
Binary101000001100111010111110101100100010011100111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEBE; }

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

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

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

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

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

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

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

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