#A8CABD

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

Shades of Opal #A8CABD

Tints of Opal #A8CABD

Color information

#A8CABD (or 0xA8CABD) is unknown color: approx Opal. HEX triplet: A8, CA and BD. RGB value is (168,202,189). Sum of RGB (Red+Green+Blue) = 168+202+189=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CABD is #573542. Grayscale: #BEBEBE. Windows color (decimal): -5715267 or 12438184. OLE color: 12438184.

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

Color convert

RGB168202189-
CMYK0.1700.060.21
HSL157.06º24.29%72.55%-
HSV(B)157.06º16.83%79.22%-
XYZ46.4554.2456.17-
YUV190.35127.24112.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=30.05%
G=36.14%
B=33.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021890.1700.060.21157.0624.2972.55
HexA8CABD1106159d1849
Octal25031227521062523530111
Binary1010100011001010101111011000101101010110011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CABD; }

 p { color: rgb(168,202,189); }

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

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

 a { background-color: rgb(168,202,189); }

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

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

 span { border-color: rgb(168,202,189); }

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