#A5C1BE

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

Shades of Opal #A5C1BE

Tints of Opal #A5C1BE

Color information

#A5C1BE (or 0xA5C1BE) is unknown color: approx Opal. HEX triplet: A5, C1 and BE. RGB value is (165,193,190). Sum of RGB (Red+Green+Blue) = 165+193+190=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C1BE is #5A3E41. Grayscale: #B8B8B8. Windows color (decimal): -5914178 or 12501413. OLE color: 12501413.

HSL color Cylindrical-coordinate representation of color #A5C1BE: hue angle of 173.57º degrees, saturation: 0.18, 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 #A5C1BE is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB165193190-
CMYK0.1500.020.24
HSL173.57º18.42%70.2%-
HSV(B)173.57º14.51%75.69%-
XYZ43.8849.8656.03-
YUV184.29131.22114.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=30.11%
G=35.22%
B=34.67%

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
Decimal1651931900.1500.020.24173.5718.4270.2
HexA5C1BEF0218ae1246
Octal24530127617023025622106
Binary10100101110000011011111011110101100010101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C1BE; }

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

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

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

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

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

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

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

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