#7BBA9D

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

Shades of Padua #7BBA9D

Tints of Padua #7BBA9D

Color information

#7BBA9D (or 0x7BBA9D) is unknown color: approx Padua. HEX triplet: 7B, BA and 9D. RGB value is (123,186,157). Sum of RGB (Red+Green+Blue) = 123+186+157=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA9D is #844562. Grayscale: #A3A3A3. Windows color (decimal): -8668515 or 10336891. OLE color: 10336891.

HSL color Cylindrical-coordinate representation of color #7BBA9D: hue angle of 152.38º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA9D is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB123186157-
CMYK0.3400.160.27
HSL152.38º31.34%60.59%-
HSV(B)152.38º33.87%72.94%-
XYZ31.8141.7638.28-
YUV163.86124.1398.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.39%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=26.39%
G=39.91%
B=33.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231861570.3400.160.27152.3831.3460.59
Hex7BBA9D220101B981f3d
Octal17327223542020332303775
Binary11110111011101010011101100010010000110111001100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,186,157); }

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

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

 a { background-color: rgb(123,186,157); }

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

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

 span { border-color: rgb(123,186,157); }

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