Html Css Color HEX #76C09D Padua

📋 copy color: '#76C09D'

red 118 ◦ green 192 ◦ blue 157

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

Shades of Padua #76C09D

Tints of Padua #76C09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 25.27%
G = 41.11%
B = 33.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#76C09D (or 0x76C09D) is known color: Padua. HEX triplet: 76, C0 and 9D. RGB value is (118,192,157). Sum of RGB (Red+Green+Blue) = 118+192+157=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #76C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C09D is #893F62. Grayscale: #A5A5A5. Windows color (decimal): -8994659 or 10338422. OLE color: 10338422.

HSL color Cylindrical-coordinate representation of color #76C09D: hue angle of 151.62º 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 #76C09D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 157 -
CMYK 0.39 0 0.18 0.25
HSL 151.62º 0.37% 0.61% -
HSV(B) 151.62º 0.39% 0.75% -
XYZ 32.41 43.99 38.68 -
YUV 165.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 118 192 157 0.39 0 0.18 0.25 151.62 0.37 0.61
Hex 76 C0 9D 27 0 12 19 98 25 3D
Octal 166 300 235 47 0 22 31 230 45 75
Binary 1110110 11000000 10011101 100111 0 10010 11001 10011000 100101 111101

Color Harmonies of #76C09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C09D

Black with #76C09D

Text Example


Text Example

White with #76C09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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