#A5CEBE

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

Shades of Opal #A5CEBE

Tints of Opal #A5CEBE

Color information

#A5CEBE (or 0xA5CEBE) is unknown color: approx Opal. HEX triplet: A5, CE and BE. RGB value is (165,206,190). Sum of RGB (Red+Green+Blue) = 165+206+190=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEBE is #5A3141. Grayscale: #BFBFBF. Windows color (decimal): -5910850 or 12504741. OLE color: 12504741.

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

Color convert

RGB165206190-
CMYK0.2000.080.19
HSL156.59º29.5%72.75%-
HSV(B)156.59º19.9%80.78%-
XYZ46.8855.8657.03-
YUV191.92126.92108.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.41%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=29.41%
G=36.72%
B=33.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061900.2000.080.19156.5929.572.75
HexA5CEBE1408139d1d49
Octal245316276240102323535111
Binary10100101110011101011111010100010001001110011101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CEBE; }

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

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

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

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

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

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

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

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