#A1C0BD

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

Shades of Opal #A1C0BD

Tints of Opal #A1C0BD

Color information

#A1C0BD (or 0xA1C0BD) is unknown color: approx Opal. HEX triplet: A1, C0 and BD. RGB value is (161,192,189). Sum of RGB (Red+Green+Blue) = 161+192+189=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0BD is #5E3F42. Grayscale: #B6B6B6. Windows color (decimal): -6176579 or 12435617. OLE color: 12435617.

HSL color Cylindrical-coordinate representation of color #A1C0BD: hue angle of 174.19º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1C0BD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB161192189-
CMYK0.1600.020.25
HSL174.19º19.75%69.22%-
HSV(B)174.19º16.15%75.29%-
XYZ42.7348.9555.34-
YUV182.39131.73112.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=29.70%
G=35.42%
B=34.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611921890.1600.020.25174.1919.7569.22
HexA1C0BD100219ae1445
Octal24130027520023125624105
Binary101000011100000010111101100000101100110101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C0BD; }

 p { color: rgb(161,192,189); }

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

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

 a { background-color: rgb(161,192,189); }

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

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

 span { border-color: rgb(161,192,189); }

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