#7FBC9C

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

Shades of Padua #7FBC9C

Tints of Padua #7FBC9C

Color information

#7FBC9C (or 0x7FBC9C) is unknown color: approx Padua. HEX triplet: 7F, BC and 9C. RGB value is (127,188,156). Sum of RGB (Red+Green+Blue) = 127+188+156=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC9C is #804363. Grayscale: #A6A6A6. Windows color (decimal): -8405860 or 10271871. OLE color: 10271871.

HSL color Cylindrical-coordinate representation of color #7FBC9C: hue angle of 148.52º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC9C is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB127188156-
CMYK0.3200.170.26
HSL148.52º31.28%61.76%-
HSV(B)148.52º32.45%73.73%-
XYZ32.7442.8838-
YUV166.11122.29100.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.96%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=26.96%
G=39.92%
B=33.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881560.3200.170.26148.5231.2861.76
Hex7FBC9C200111A951f3e
Octal17727423440021322253776
Binary11111111011110010011100100000010001110101001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,156); }

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

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

 a { background-color: rgb(127,188,156); }

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

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

 span { border-color: rgb(127,188,156); }

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