#A0CABB

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

Shades of Opal #A0CABB

Tints of Opal #A0CABB

Color information

#A0CABB (or 0xA0CABB) is unknown color: approx Opal. HEX triplet: A0, CA and BB. RGB value is (160,202,187). Sum of RGB (Red+Green+Blue) = 160+202+187=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CABB is #5F3544. Grayscale: #BBBBBB. Windows color (decimal): -6239557 or 12307104. OLE color: 12307104.

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

Color convert

RGB160202187-
CMYK0.2100.070.21
HSL158.57º28.38%70.98%-
HSV(B)158.57º20.79%79.22%-
XYZ44.5953.354.95-
YUV187.73127.59108.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=29.14%
G=36.79%
B=34.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021870.2100.070.21158.5728.3870.98
HexA0CABB1507159f1c47
Octal24031227325072523734107
Binary1010000011001010101110111010101111010110011111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CABB; }

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

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

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

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

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

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

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

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