Html Css Color HEX #76C09A Padua

📋 copy color: '#76C09A'

red 118 ◦ green 192 ◦ blue 154

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

Shades of Padua #76C09A

Tints of Padua #76C09A

RGB

 RED value IS 118 (46.48% from 255) = 25.43%

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

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

R = 25.43%
G = 41.38%
B = 33.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#76C09A (or 0x76C09A) is known color: Padua. HEX triplet: 76, C0 and 9A. RGB value is (118,192,154). Sum of RGB (Red+Green+Blue) = 118+192+154=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #76C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C09A is #893F65. Grayscale: #A5A5A5. Windows color (decimal): -8994662 or 10141814. OLE color: 10141814.

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

Color convert

RGB 118 192 154 -
CMYK 0.39 0 0.20 0.25
HSL 149.19º 0.37% 0.61% -
HSV(B) 149.19º 0.39% 0.75% -
XYZ 32.15 43.88 37.35 -
YUV 165.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 118 192 154 0.39 0 0.20 0.25 149.19 0.37 0.61
Hex 76 C0 9A 27 0 14 19 95 25 3D
Octal 166 300 232 47 0 24 31 225 45 75
Binary 1110110 11000000 10011010 100111 0 10100 11001 10010101 100101 111101

Color Harmonies of #76C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C09A

Black with #76C09A

Text Example


Text Example

White with #76C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C09A; }

 p { color: rgb(118,192,154); }

 H1.HeaderClassName
 {
   color: #76C09A;
 }
 .AnyTagClassName
 {
   color: #76C09A;
 }
</style>

background-color css

<style>
 a { background-color: #76C09A; }

 a { background-color: rgb(118,192,154); }

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

border-color css

<style>
 span { border-color: #76C09A; }

 span { border-color: rgb(118,192,154); }

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