Html Css Color HEX #76BE94 Padua

📋 copy color: '#76BE94'

red 118 ◦ green 190 ◦ blue 148

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

Shades of Padua #76BE94

Tints of Padua #76BE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 25.88%
G = 41.67%
B = 32.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#76BE94 (or 0x76BE94) is known color: Padua. HEX triplet: 76, BE and 94. RGB value is (118,190,148). Sum of RGB (Red+Green+Blue) = 118+190+148=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BE94 is #89416B. Grayscale: #A3A3A3. Windows color (decimal): -8995180 or 9748086. OLE color: 9748086.

HSL color Cylindrical-coordinate representation of color #76BE94: hue angle of 145º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BE94 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 148 -
CMYK 0.38 0 0.22 0.25
HSL 145º 0.36% 0.6% -
HSV(B) 145º 0.38% 0.75% -
XYZ 31.23 42.82 34.64 -
YUV 163.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 118 190 148 0.38 0 0.22 0.25 145 0.36 0.6
Hex 76 BE 94 26 0 16 19 91 24 3C
Octal 166 276 224 46 0 26 31 221 44 74
Binary 1110110 10111110 10010100 100110 0 10110 11001 10010001 100100 111100

Color Harmonies of #76BE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE94

Black with #76BE94

Text Example


Text Example

White with #76BE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,148); }

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

background-color css

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

 a { background-color: rgb(118,190,148); }

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

border-color css

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

 span { border-color: rgb(118,190,148); }

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