Html Css Color HEX #77C09E Padua

📋 copy color: '#77C09E'

red 119 ◦ green 192 ◦ blue 158

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

Shades of Padua #77C09E

Tints of Padua #77C09E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 25.37%
G = 40.94%
B = 33.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#77C09E (or 0x77C09E) is known color: Padua. HEX triplet: 77, C0 and 9E. RGB value is (119,192,158). Sum of RGB (Red+Green+Blue) = 119+192+158=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #77C09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C09E is #883F61. Grayscale: #A6A6A6. Windows color (decimal): -8929122 or 10403959. OLE color: 10403959.

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

Color convert

RGB 119 192 158 -
CMYK 0.38 0 0.18 0.25
HSL 152.05º 0.37% 0.61% -
HSV(B) 152.05º 0.38% 0.75% -
XYZ 32.63 44.09 39.14 -
YUV 166.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 119 192 158 0.38 0 0.18 0.25 152.05 0.37 0.61
Hex 77 C0 9E 26 0 12 19 98 25 3D
Octal 167 300 236 46 0 22 31 230 45 75
Binary 1110111 11000000 10011110 100110 0 10010 11001 10011000 100101 111101

Color Harmonies of #77C09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C09E

Black with #77C09E

Text Example


Text Example

White with #77C09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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