#7FC09E

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

Shades of Padua #7FC09E

Tints of Padua #7FC09E

Color information

#7FC09E (or 0x7FC09E) is unknown color: approx Padua. HEX triplet: 7F, C0 and 9E. RGB value is (127,192,158). Sum of RGB (Red+Green+Blue) = 127+192+158=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC09E is #803F61. Grayscale: #A8A8A8. Windows color (decimal): -8404834 or 10403967. OLE color: 10403967.

HSL color Cylindrical-coordinate representation of color #7FC09E: hue angle of 148.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC09E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB127192158-
CMYK0.3400.180.25
HSL148.62º34.03%62.55%-
HSV(B)148.62º33.85%75.29%-
XYZ33.7744.6839.19-
YUV168.69121.9798.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=26.62%
G=40.25%
B=33.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921580.3400.180.25148.6234.0362.55
Hex7FC09E220121995223f
Octal17730023642022312254277
Binary111111111000000100111101000100100101100110010101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,158); }

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

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

 a { background-color: rgb(127,192,158); }

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

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

 span { border-color: rgb(127,192,158); }

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