#7CC094

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

Shades of Padua #7CC094

Tints of Padua #7CC094

Color information

#7CC094 (or 0x7CC094) is unknown color: approx Padua. HEX triplet: 7C, C0 and 94. RGB value is (124,192,148). Sum of RGB (Red+Green+Blue) = 124+192+148=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC094 is #833F6B. Grayscale: #A6A6A6. Windows color (decimal): -8601452 or 9748604. OLE color: 9748604.

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

Color convert

RGB124192148-
CMYK0.3500.230.25
HSL141.18º35.05%61.96%-
HSV(B)141.18º35.42%75.29%-
XYZ32.5144.1234.82-
YUV166.65117.4797.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.72%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=26.72%
G=41.38%
B=31.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921480.3500.230.25141.1835.0561.96
Hex7CC09423017198d233e
Octal17430022443027312154376
Binary111110011000000100101001000110101111100110001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,148); }

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

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

 a { background-color: rgb(124,192,148); }

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

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

 span { border-color: rgb(124,192,148); }

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