#7BCD9B

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

Shades of Padua #7BCD9B

Tints of Padua #7BCD9B

Color information

#7BCD9B (or 0x7BCD9B) is unknown color: approx Padua. HEX triplet: 7B, CD and 9B. RGB value is (123,205,155). Sum of RGB (Red+Green+Blue) = 123+205+155=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD9B is #843264. Grayscale: #AEAEAE. Windows color (decimal): -8663653 or 10210683. OLE color: 10210683.

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

Color convert

RGB123205155-
CMYK0.400.240.20
HSL143.41º45.05%64.31%-
HSV(B)143.41º40%80.39%-
XYZ35.9250.2438.81-
YUV174.78116.8391.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.47%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=25.47%
G=42.44%
B=32.09%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232051550.400.240.20143.4145.0564.31
Hex7BCD9B28018148f2d40
Octal173315233500302421755100
Binary1111011110011011001101110100001100010100100011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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