#A5CBC5

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

Shades of Opal #A5CBC5

Tints of Opal #A5CBC5

Color information

#A5CBC5 (or 0xA5CBC5) is unknown color: approx Opal. HEX triplet: A5, CB and C5. RGB value is (165,203,197). Sum of RGB (Red+Green+Blue) = 165+203+197=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBC5 is #5A343A. Grayscale: #BEBEBE. Windows color (decimal): -5911611 or 12962725. OLE color: 12962725.

HSL color Cylindrical-coordinate representation of color #A5CBC5: hue angle of 170.53º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBC5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB165203197-
CMYK0.1900.030.20
HSL170.53º26.76%72.16%-
HSV(B)170.53º18.72%79.61%-
XYZ46.9554.7460.92-
YUV190.95131.41109.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 197 (77.34% from 255) = 34.87%
R=29.20%
G=35.93%
B=34.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031970.1900.030.20170.5326.7672.16
HexA5CBC5130314ab1b48
Octal24531330523032425333110
Binary101001011100101111000101100110111010010101011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBC5; }

 p { color: rgb(165,203,197); }

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

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

 a { background-color: rgb(165,203,197); }

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

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

 span { border-color: rgb(165,203,197); }

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