#A7CBC0

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

Shades of Opal #A7CBC0

Tints of Opal #A7CBC0

Color information

#A7CBC0 (or 0xA7CBC0) is unknown color: approx Opal. HEX triplet: A7, CB and C0. RGB value is (167,203,192). Sum of RGB (Red+Green+Blue) = 167+203+192=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBC0 is #58343F. Grayscale: #BEBEBE. Windows color (decimal): -5780544 or 12635047. OLE color: 12635047.

HSL color Cylindrical-coordinate representation of color #A7CBC0: hue angle of 161.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CBC0 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB167203192-
CMYK0.1800.050.20
HSL161.67º25.71%72.55%-
HSV(B)161.67º17.73%79.61%-
XYZ46.8154.7357.97-
YUV190.98128.57110.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.72%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=29.72%
G=36.12%
B=34.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031920.1800.050.20161.6725.7172.55
HexA7CBC0120514a21a49
Octal24731330022052424232111
Binary1010011111001011110000001001001011010010100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBC0; }

 p { color: rgb(167,203,192); }

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

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

 a { background-color: rgb(167,203,192); }

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

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

 span { border-color: rgb(167,203,192); }

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