Html Css Color HEX #77C29F Padua

📋 copy color: '#77C29F'

red 119 ◦ green 194 ◦ blue 159

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

Shades of Padua #77C29F

Tints of Padua #77C29F

RGB

 RED value IS 119 (46.88% from 255) = 25.21%

 GREEN value IS 194 (76.17% from 255) = 41.1%

 BLUE value IS 159 (62.5% from 255) = 33.69%

R = 25.21%
G = 41.1%
B = 33.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#77C29F (or 0x77C29F) is known color: Padua. HEX triplet: 77, C2 and 9F. RGB value is (119,194,159). Sum of RGB (Red+Green+Blue) = 119+194+159=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #77C29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C29F is #883D60. Grayscale: #A7A7A7. Windows color (decimal): -8928609 or 10470007. OLE color: 10470007.

HSL color Cylindrical-coordinate representation of color #77C29F: hue angle of 152º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C29F is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 159 -
CMYK 0.39 0 0.18 0.24
HSL 152º 0.38% 0.61% -
HSV(B) 152º 0.39% 0.76% -
XYZ 33.16 45.01 39.74 -
YUV 167.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 119 194 159 0.39 0 0.18 0.24 152 0.38 0.61
Hex 77 C2 9F 27 0 12 18 98 26 3D
Octal 167 302 237 47 0 22 30 230 46 75
Binary 1110111 11000010 10011111 100111 0 10010 11000 10011000 100110 111101

Color Harmonies of #77C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C29F

Black with #77C29F

Text Example


Text Example

White with #77C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77C29F; }

 p { color: rgb(119,194,159); }

 H1.HeaderClassName
 {
   color: #77C29F;
 }
 .AnyTagClassName
 {
   color: #77C29F;
 }
</style>

background-color css

<style>
 a { background-color: #77C29F; }

 a { background-color: rgb(119,194,159); }

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

border-color css

<style>
 span { border-color: #77C29F; }

 span { border-color: rgb(119,194,159); }

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