Html Css Color HEX #77BA9A Padua

📋 copy color: '#77BA9A'

red 119 ◦ green 186 ◦ blue 154

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

Shades of Padua #77BA9A

Tints of Padua #77BA9A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 25.93%
G = 40.52%
B = 33.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#77BA9A (or 0x77BA9A) is known color: Padua. HEX triplet: 77, BA and 9A. RGB value is (119,186,154). Sum of RGB (Red+Green+Blue) = 119+186+154=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA9A is #884565. Grayscale: #A2A2A2. Windows color (decimal): -8930662 or 10140279. OLE color: 10140279.

HSL color Cylindrical-coordinate representation of color #77BA9A: hue angle of 151.34º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA9A is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 186 154 -
CMYK 0.36 0 0.17 0.27
HSL 151.34º 0.33% 0.6% -
HSV(B) 151.34º 0.36% 0.73% -
XYZ 31 41.37 36.92 -
YUV 162.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 119 186 154 0.36 0 0.17 0.27 151.34 0.33 0.6
Hex 77 BA 9A 24 0 11 1B 97 21 3C
Octal 167 272 232 44 0 21 33 227 41 74
Binary 1110111 10111010 10011010 100100 0 10001 11011 10010111 100001 111100

Color Harmonies of #77BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BA9A

Black with #77BA9A

Text Example


Text Example

White with #77BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,186,154); }

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

background-color css

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

 a { background-color: rgb(119,186,154); }

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

border-color css

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

 span { border-color: rgb(119,186,154); }

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