Html Css Color HEX #77C19F Padua

📋 copy color: '#77C19F'

red 119 ◦ green 193 ◦ blue 159

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

Shades of Padua #77C19F

Tints of Padua #77C19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

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

R = 25.27%
G = 40.98%
B = 33.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#77C19F (or 0x77C19F) is known color: Padua. HEX triplet: 77, C1 and 9F. RGB value is (119,193,159). Sum of RGB (Red+Green+Blue) = 119+193+159=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #77C19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C19F is #883E60. Grayscale: #A7A7A7. Windows color (decimal): -8928865 or 10469751. OLE color: 10469751.

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

Color convert

RGB 119 193 159 -
CMYK 0.38 0 0.18 0.24
HSL 152.43º 0.37% 0.61% -
HSV(B) 152.43º 0.38% 0.76% -
XYZ 32.94 44.57 39.67 -
YUV 167 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 119 193 159 0.38 0 0.18 0.24 152.43 0.37 0.61
Hex 77 C1 9F 26 0 12 18 98 25 3D
Octal 167 301 237 46 0 22 30 230 45 75
Binary 1110111 11000001 10011111 100110 0 10010 11000 10011000 100101 111101

Color Harmonies of #77C19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C19F

Black with #77C19F

Text Example


Text Example

White with #77C19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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