#7BBB9E

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

Shades of Padua #7BBB9E

Tints of Padua #7BBB9E

Color information

#7BBB9E (or 0x7BBB9E) is unknown color: approx Padua. HEX triplet: 7B, BB and 9E. RGB value is (123,187,158). Sum of RGB (Red+Green+Blue) = 123+187+158=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBB9E is #844461. Grayscale: #A4A4A4. Windows color (decimal): -8668258 or 10402683. OLE color: 10402683.

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

Color convert

RGB123187158-
CMYK0.3400.160.27
HSL152.81º32%60.78%-
HSV(B)152.81º34.22%73.33%-
XYZ32.1142.2238.8-
YUV164.56124.398.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=26.28%
G=39.96%
B=33.76%

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
Decimal1231871580.3400.160.27152.813260.78
Hex7BBB9E220101B99203d
Octal17327323642020332314075
Binary111101110111011100111101000100100001101110011001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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