#7BC3A2

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

Shades of Padua #7BC3A2

Tints of Padua #7BC3A2

Color information

#7BC3A2 (or 0x7BC3A2) is unknown color: approx Padua. HEX triplet: 7B, C3 and A2. RGB value is (123,195,162). Sum of RGB (Red+Green+Blue) = 123+195+162=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC3A2 is #843C5D. Grayscale: #A9A9A9. Windows color (decimal): -8666206 or 10666875. OLE color: 10666875.

HSL color Cylindrical-coordinate representation of color #7BC3A2: hue angle of 152.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC3A2 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB123195162-
CMYK0.3700.170.24
HSL152.5º37.5%62.35%-
HSV(B)152.5º36.92%76.47%-
XYZ34.2145.8541.23-
YUV169.71123.6594.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.62%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=25.62%
G=40.62%
B=33.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231951620.3700.170.24152.537.562.35
Hex7BC3A2250111898263e
Octal17330324245021302304676
Binary111101111000011101000101001010100011100010011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,195,162); }

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

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

 a { background-color: rgb(123,195,162); }

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

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

 span { border-color: rgb(123,195,162); }

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