#7BCCA0

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

Shades of Padua #7BCCA0

Tints of Padua #7BCCA0

Color information

#7BCCA0 (or 0x7BCCA0) is unknown color: approx Padua. HEX triplet: 7B, CC and A0. RGB value is (123,204,160). Sum of RGB (Red+Green+Blue) = 123+204+160=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCCA0 is #84335F. Grayscale: #AEAEAE. Windows color (decimal): -8663904 or 10538107. OLE color: 10538107.

HSL color Cylindrical-coordinate representation of color #7BCCA0: hue angle of 147.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCA0 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB123204160-
CMYK0.4000.220.2
HSL147.41º44.26%64.12%-
HSV(B)147.41º39.71%80%-
XYZ36.1149.9340.99-
YUV174.76119.6691.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.26%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=25.26%
G=41.89%
B=32.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041600.4000.220.2147.4144.2664.12
Hex7BCCA02801614932c40
Octal173314240500262422354100
Binary1111011110011001010000010100001011010100100100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,204,160); }

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

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

 a { background-color: rgb(123,204,160); }

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

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

 span { border-color: rgb(123,204,160); }

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