#A7CABF

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

Shades of Opal #A7CABF

Tints of Opal #A7CABF

Color information

#A7CABF (or 0xA7CABF) is unknown color: approx Opal. HEX triplet: A7, CA and BF. RGB value is (167,202,191). Sum of RGB (Red+Green+Blue) = 167+202+191=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CABF is #583540. Grayscale: #BEBEBE. Windows color (decimal): -5780801 or 12569255. OLE color: 12569255.

HSL color Cylindrical-coordinate representation of color #A7CABF: hue angle of 161.14º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7CABF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB167202191-
CMYK0.1700.050.21
HSL161.14º24.82%72.35%-
HSV(B)161.14º17.33%79.22%-
XYZ46.4654.2257.31-
YUV190.28128.4111.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 191 (75% from 255) = 34.11%
R=29.82%
G=36.07%
B=34.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021910.1700.050.21161.1424.8272.35
HexA7CABF110515a11948
Octal24731227721052524131110
Binary1010011111001010101111111000101011010110100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CABF; }

 p { color: rgb(167,202,191); }

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

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

 a { background-color: rgb(167,202,191); }

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

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

 span { border-color: rgb(167,202,191); }

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