#A5C8BC

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

Shades of Opal #A5C8BC

Tints of Opal #A5C8BC

Color information

#A5C8BC (or 0xA5C8BC) is unknown color: approx Opal. HEX triplet: A5, C8 and BC. RGB value is (165,200,188). Sum of RGB (Red+Green+Blue) = 165+200+188=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8BC is #5A3743. Grayscale: #BCBCBC. Windows color (decimal): -5912388 or 12372133. OLE color: 12372133.

HSL color Cylindrical-coordinate representation of color #A5C8BC: hue angle of 159.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C8BC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB165200188-
CMYK0.1800.060.22
HSL159.43º24.14%71.57%-
HSV(B)159.43º17.5%78.43%-
XYZ45.2552.9455.41-
YUV188.17127.9111.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.84%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=29.84%
G=36.17%
B=34.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1652001880.1800.060.22159.4324.1471.57
HexA5C8BC1206169f1848
Octal24531027422062623730110
Binary1010010111001000101111001001001101011010011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8BC; }

 p { color: rgb(165,200,188); }

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

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

 a { background-color: rgb(165,200,188); }

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

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

 span { border-color: rgb(165,200,188); }

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