#7BAC93

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

Shades of Padua #7BAC93

Tints of Padua #7BAC93

Color information

#7BAC93 (or 0x7BAC93) is unknown color: approx Padua. HEX triplet: 7B, AC and 93. RGB value is (123,172,147). Sum of RGB (Red+Green+Blue) = 123+172+147=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC93 is #84536C. Grayscale: #9A9A9A. Windows color (decimal): -8672109 or 9677947. OLE color: 9677947.

HSL color Cylindrical-coordinate representation of color #7BAC93: hue angle of 149.39º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAC93 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB123172147-
CMYK0.2800.150.33
HSL149.39º22.79%57.84%-
HSV(B)149.39º28.49%67.45%-
XYZ28.1935.8233.03-
YUV154.5123.77105.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.83%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=27.83%
G=38.91%
B=33.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721470.2800.150.33149.3922.7957.84
Hex7BAC931C0F2195173a
Octal17325422334017412252772
Binary1111011101011001001001111100011111000011001010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BAC93; }

 p { color: rgb(123,172,147); }

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

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

 a { background-color: rgb(123,172,147); }

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

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

 span { border-color: rgb(123,172,147); }

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