#A0CABE

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

Shades of Opal #A0CABE

Tints of Opal #A0CABE

Color information

#A0CABE (or 0xA0CABE) is unknown color: approx Opal. HEX triplet: A0, CA and BE. RGB value is (160,202,190). Sum of RGB (Red+Green+Blue) = 160+202+190=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CABE is #5F3541. Grayscale: #BCBCBC. Windows color (decimal): -6239554 or 12503712. OLE color: 12503712.

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

Color convert

RGB160202190-
CMYK0.2100.060.21
HSL162.86º28.38%70.98%-
HSV(B)162.86º20.79%79.22%-
XYZ44.9153.4356.66-
YUV188.07129.09107.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.99%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=28.99%
G=36.59%
B=34.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021900.2100.060.21162.8628.3870.98
HexA0CABE150615a31c47
Octal24031227625062524334107
Binary1010000011001010101111101010101101010110100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CABE; }

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

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

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

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

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

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

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

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