#7BBD97

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

Shades of Padua #7BBD97

Tints of Padua #7BBD97

Color information

#7BBD97 (or 0x7BBD97) is unknown color: approx Padua. HEX triplet: 7B, BD and 97. RGB value is (123,189,151). Sum of RGB (Red+Green+Blue) = 123+189+151=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBD97 is #844268. Grayscale: #A5A5A5. Windows color (decimal): -8667753 or 9944443. OLE color: 9944443.

HSL color Cylindrical-coordinate representation of color #7BBD97: hue angle of 145.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBD97 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB123189151-
CMYK0.3500.200.26
HSL145.45º33.33%61.18%-
HSV(B)145.45º34.92%74.12%-
XYZ31.9542.8435.86-
YUV164.93120.1398.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.57%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=26.57%
G=40.82%
B=32.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231891510.3500.200.26145.4533.3361.18
Hex7BBD97230141A91213d
Octal17327522743024322214175
Binary111101110111101100101111000110101001101010010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,189,151); }

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

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

 a { background-color: rgb(123,189,151); }

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

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

 span { border-color: rgb(123,189,151); }

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