#A7CABA

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

Shades of Opal #A7CABA

Tints of Opal #A7CABA

Color information

#A7CABA (or 0xA7CABA) is unknown color: approx Opal. HEX triplet: A7, CA and BA. RGB value is (167,202,186). Sum of RGB (Red+Green+Blue) = 167+202+186=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CABA is #583545. Grayscale: #BDBDBD. Windows color (decimal): -5780806 or 12241575. OLE color: 12241575.

HSL color Cylindrical-coordinate representation of color #A7CABA: hue angle of 152.57º 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 #A7CABA is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB167202186-
CMYK0.1700.080.21
HSL152.57º24.82%72.35%-
HSV(B)152.57º17.33%79.22%-
XYZ45.925454.46-
YUV189.71125.9111.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=30.09%
G=36.40%
B=33.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021860.1700.080.21152.5724.8272.35
HexA7CABA110815991948
Octal247312272210102523131110
Binary10100111110010101011101010001010001010110011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CABA; }

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

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

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

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

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

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

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

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