#A7CCBB

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

Shades of Opal #A7CCBB

Tints of Opal #A7CCBB

Color information

#A7CCBB (or 0xA7CCBB) is unknown color: approx Opal. HEX triplet: A7, CC and BB. RGB value is (167,204,187). Sum of RGB (Red+Green+Blue) = 167+204+187=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCBB is #583344. Grayscale: #BFBFBF. Windows color (decimal): -5780293 or 12307623. OLE color: 12307623.

HSL color Cylindrical-coordinate representation of color #A7CCBB: hue angle of 152.43º degrees, saturation: 0.27, 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 #A7CCBB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB167204187-
CMYK0.1800.080.2
HSL152.43º26.62%72.75%-
HSV(B)152.43º18.14%80%-
XYZ46.554.9955.18-
YUV191125.74110.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.93%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=29.93%
G=36.56%
B=33.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041870.1800.080.2152.4326.6272.75
HexA7CCBB120814981b49
Octal247314273220102423033111
Binary10100111110011001011101110010010001010010011000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCBB; }

 p { color: rgb(167,204,187); }

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

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

 a { background-color: rgb(167,204,187); }

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

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

 span { border-color: rgb(167,204,187); }

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