#7BBC98

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

Shades of Padua #7BBC98

Tints of Padua #7BBC98

Color information

#7BBC98 (or 0x7BBC98) is unknown color: approx Padua. HEX triplet: 7B, BC and 98. RGB value is (123,188,152). Sum of RGB (Red+Green+Blue) = 123+188+152=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC98 is #844367. Grayscale: #A4A4A4. Windows color (decimal): -8668008 or 10009723. OLE color: 10009723.

HSL color Cylindrical-coordinate representation of color #7BBC98: hue angle of 146.77º 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 #7BBC98 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB123188152-
CMYK0.3500.190.26
HSL146.77º32.66%60.98%-
HSV(B)146.77º34.57%73.73%-
XYZ31.8242.4436.22-
YUV164.46120.9798.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.57%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=26.57%
G=40.60%
B=32.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231881520.3500.190.26146.7732.6660.98
Hex7BBC98230131A93213d
Octal17327423043023322234175
Binary111101110111100100110001000110100111101010010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,188,152); }

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

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

 a { background-color: rgb(123,188,152); }

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

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

 span { border-color: rgb(123,188,152); }

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