Html Css Color HEX #7CC894 Padua

📋 copy color: '#7CC894'

red 124 ◦ green 200 ◦ blue 148

#7CC894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #7CC894

Tints of Padua #7CC894

RGB

 RED value IS 124 (48.83% from 255) = 26.27%

 GREEN value IS 200 (78.52% from 255) = 42.37%

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 26.27%
G = 42.37%
B = 31.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#7CC894 (or 0x7CC894) is known color: Padua. HEX triplet: 7C, C8 and 94. RGB value is (124,200,148). Sum of RGB (Red+Green+Blue) = 124+200+148=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC894 is #83376B. Grayscale: #ABABAB. Windows color (decimal): -8599404 or 9750652. OLE color: 9750652.

HSL color Cylindrical-coordinate representation of color #7CC894: hue angle of 138.95º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC894 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 200 148 -
CMYK 0.38 0 0.26 0.22
HSL 138.95º 0.41% 0.64% -
HSV(B) 138.95º 0.38% 0.78% -
XYZ 34.31 47.73 35.42 -
YUV 171.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 124 200 148 0.38 0 0.26 0.22 138.95 0.41 0.64
Hex 7C C8 94 26 0 1A 16 8B 29 40
Octal 174 310 224 46 0 32 26 213 51 100
Binary 1111100 11001000 10010100 100110 0 11010 10110 10001011 101001 1000000

Color Harmonies of #7CC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC894

Black with #7CC894

Text Example


Text Example

White with #7CC894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CC894;
 }
 .AnyTagClassName
 {
   color: #7CC894;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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