#A5CABE

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

Shades of Opal #A5CABE

Tints of Opal #A5CABE

Color information

#A5CABE (or 0xA5CABE) is unknown color: approx Opal. HEX triplet: A5, CA and BE. RGB value is (165,202,190). Sum of RGB (Red+Green+Blue) = 165+202+190=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CABE is #5A3541. Grayscale: #BDBDBD. Windows color (decimal): -5911874 or 12503717. OLE color: 12503717.

HSL color Cylindrical-coordinate representation of color #A5CABE: hue angle of 160.54º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5CABE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB165202190-
CMYK0.1800.060.21
HSL160.54º25.87%71.96%-
HSV(B)160.54º18.32%79.22%-
XYZ45.9353.9656.71-
YUV189.57128.24110.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=29.62%
G=36.27%
B=34.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021900.1800.060.21160.5425.8771.96
HexA5CABE120615a11a48
Octal24531227622062524132110
Binary1010010111001010101111101001001101010110100001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CABE; }

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

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

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

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

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

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

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

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