#7BBCA1

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

Shades of Padua #7BBCA1

Tints of Padua #7BBCA1

Color information

#7BBCA1 (or 0x7BBCA1) is unknown color: approx Padua. HEX triplet: 7B, BC and A1. RGB value is (123,188,161). Sum of RGB (Red+Green+Blue) = 123+188+161=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBCA1 is #84435E. Grayscale: #A5A5A5. Windows color (decimal): -8667999 or 10599547. OLE color: 10599547.

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

Color convert

RGB123188161-
CMYK0.3500.140.26
HSL155.08º32.66%60.98%-
HSV(B)155.08º34.57%73.73%-
XYZ32.5842.7540.25-
YUV165.49125.4797.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.06%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=26.06%
G=39.83%
B=34.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231881610.3500.140.26155.0832.6660.98
Hex7BBCA1230E1A9b213d
Octal17327424143016322334175
Binary11110111011110010100001100011011101101010011011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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