#7BBE97

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

Shades of Padua #7BBE97

Tints of Padua #7BBE97

Color information

#7BBE97 (or 0x7BBE97) is unknown color: approx Padua. HEX triplet: 7B, BE and 97. RGB value is (123,190,151). Sum of RGB (Red+Green+Blue) = 123+190+151=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE97 is #844168. Grayscale: #A5A5A5. Windows color (decimal): -8667497 or 9944699. OLE color: 9944699.

HSL color Cylindrical-coordinate representation of color #7BBE97: hue angle of 145.07º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBE97 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB123190151-
CMYK0.3500.210.25
HSL145.07º34.01%61.37%-
HSV(B)145.07º35.26%74.51%-
XYZ32.1743.2735.94-
YUV165.52119.897.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.51%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 151 (59.38% from 255) = 32.54%
R=26.51%
G=40.95%
B=32.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231901510.3500.210.25145.0734.0161.37
Hex7BBE97230151991223d
Octal17327622743025312214275
Binary111101110111110100101111000110101011100110010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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