Html Css Color HEX #77BE9E Padua

📋 copy color: '#77BE9E'

red 119 ◦ green 190 ◦ blue 158

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

Shades of Padua #77BE9E

Tints of Padua #77BE9E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

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

R = 25.48%
G = 40.69%
B = 33.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#77BE9E (or 0x77BE9E) is known color: Padua. HEX triplet: 77, BE and 9E. RGB value is (119,190,158). Sum of RGB (Red+Green+Blue) = 119+190+158=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BE9E is #884161. Grayscale: #A5A5A5. Windows color (decimal): -8929634 or 10403447. OLE color: 10403447.

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

Color convert

RGB 119 190 158 -
CMYK 0.37 0 0.17 0.25
HSL 152.96º 0.35% 0.61% -
HSV(B) 152.96º 0.37% 0.75% -
XYZ 32.19 43.22 38.99 -
YUV 165.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 119 190 158 0.37 0 0.17 0.25 152.96 0.35 0.61
Hex 77 BE 9E 25 0 11 19 99 23 3D
Octal 167 276 236 45 0 21 31 231 43 75
Binary 1110111 10111110 10011110 100101 0 10001 11001 10011001 100011 111101

Color Harmonies of #77BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BE9E

Black with #77BE9E

Text Example


Text Example

White with #77BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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