#A5CABF

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

Shades of Opal #A5CABF

Tints of Opal #A5CABF

Color information

#A5CABF (or 0xA5CABF) is unknown color: approx Opal. HEX triplet: A5, CA and BF. RGB value is (165,202,191). Sum of RGB (Red+Green+Blue) = 165+202+191=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CABF is #5A3540. Grayscale: #BDBDBD. Windows color (decimal): -5911873 or 12569253. OLE color: 12569253.

HSL color Cylindrical-coordinate representation of color #A5CABF: hue angle of 162.16º 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 #A5CABF is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB165202191-
CMYK0.1800.050.21
HSL162.16º25.87%71.96%-
HSV(B)162.16º18.32%79.22%-
XYZ46.045457.29-
YUV189.68128.74110.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.57%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 191 (75% from 255) = 34.23%
R=29.57%
G=36.20%
B=34.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021910.1800.050.21162.1625.8771.96
HexA5CABF120515a21a48
Octal24531227722052524232110
Binary1010010111001010101111111001001011010110100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CABF; }

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

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

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

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

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

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

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

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