#A1C9B8

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

Shades of Opal #A1C9B8

Tints of Opal #A1C9B8

Color information

#A1C9B8 (or 0xA1C9B8) is unknown color: approx Opal. HEX triplet: A1, C9 and B8. RGB value is (161,201,184). Sum of RGB (Red+Green+Blue) = 161+201+184=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C9B8 is #5E3647. Grayscale: #BBBBBB. Windows color (decimal): -6174280 or 12110241. OLE color: 12110241.

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

Color convert

RGB161201184-
CMYK0.2000.080.21
HSL154.5º27.03%70.98%-
HSV(B)154.5º19.9%78.82%-
XYZ44.2452.8153.21-
YUV187.1126.25109.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=29.49%
G=36.81%
B=33.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612011840.2000.080.21154.527.0370.98
HexA1C9B81408159a1b47
Octal241311270240102523233107
Binary10100001110010011011100010100010001010110011010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C9B8; }

 p { color: rgb(161,201,184); }

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

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

 a { background-color: rgb(161,201,184); }

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

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

 span { border-color: rgb(161,201,184); }

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