#A4C1BE

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

Shades of Opal #A4C1BE

Tints of Opal #A4C1BE

Color information

#A4C1BE (or 0xA4C1BE) is unknown color: approx Opal. HEX triplet: A4, C1 and BE. RGB value is (164,193,190). Sum of RGB (Red+Green+Blue) = 164+193+190=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1BE is #5B3E41. Grayscale: #B7B7B7. Windows color (decimal): -5979714 or 12501412. OLE color: 12501412.

HSL color Cylindrical-coordinate representation of color #A4C1BE: hue angle of 173.79º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C1BE is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB164193190-
CMYK0.1500.020.24
HSL173.79º18.95%70%-
HSV(B)173.79º15.03%75.69%-
XYZ43.6749.7556.02-
YUV183.99131.39113.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=29.98%
G=35.28%
B=34.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931900.1500.020.24173.7918.9570
HexA4C1BEF0218ae1346
Octal24430127617023025623106
Binary10100100110000011011111011110101100010101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1BE; }

 p { color: rgb(164,193,190); }

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

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

 a { background-color: rgb(164,193,190); }

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

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

 span { border-color: rgb(164,193,190); }

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