#7BBB9F

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

Shades of Padua #7BBB9F

Tints of Padua #7BBB9F

Color information

#7BBB9F (or 0x7BBB9F) is unknown color: approx Padua. HEX triplet: 7B, BB and 9F. RGB value is (123,187,159). Sum of RGB (Red+Green+Blue) = 123+187+159=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBB9F is #844460. Grayscale: #A4A4A4. Windows color (decimal): -8668257 or 10468219. OLE color: 10468219.

HSL color Cylindrical-coordinate representation of color #7BBB9F: hue angle of 153.75º degrees, saturation: 0.32, 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 #7BBB9F is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB123187159-
CMYK0.3400.150.27
HSL153.75º32%60.78%-
HSV(B)153.75º34.22%73.33%-
XYZ32.242.2539.26-
YUV164.67124.898.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=26.23%
G=39.87%
B=33.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871590.3400.150.27153.753260.78
Hex7BBB9F220F1B9a203d
Octal17327323742017332324075
Binary11110111011101110011111100010011111101110011010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,187,159); }

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

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

 a { background-color: rgb(123,187,159); }

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

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

 span { border-color: rgb(123,187,159); }

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