#7BCD9A

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

Shades of Padua #7BCD9A

Tints of Padua #7BCD9A

Color information

#7BCD9A (or 0x7BCD9A) is unknown color: approx Padua. HEX triplet: 7B, CD and 9A. RGB value is (123,205,154). Sum of RGB (Red+Green+Blue) = 123+205+154=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD9A is #843265. Grayscale: #AEAEAE. Windows color (decimal): -8663654 or 10145147. OLE color: 10145147.

HSL color Cylindrical-coordinate representation of color #7BCD9A: hue angle of 142.68º degrees, saturation: 0.45, 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 #7BCD9A is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB123205154-
CMYK0.400.250.20
HSL142.68º45.05%64.31%-
HSV(B)142.68º40%80.39%-
XYZ35.8350.2138.37-
YUV174.67116.3391.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.52%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=25.52%
G=42.53%
B=31.95%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232051540.400.250.20142.6845.0564.31
Hex7BCD9A28019148f2d40
Octal173315232500312421755100
Binary1111011110011011001101010100001100110100100011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,205,154); }

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

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

 a { background-color: rgb(123,205,154); }

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

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

 span { border-color: rgb(123,205,154); }

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