Html Css Color HEX #76BC9C Padua

📋 copy color: '#76BC9C'

red 118 ◦ green 188 ◦ blue 156

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

Shades of Padua #76BC9C

Tints of Padua #76BC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.69%

 BLUE value IS 156 (61.33% from 255) = 33.77%

R = 25.54%
G = 40.69%
B = 33.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#76BC9C (or 0x76BC9C) is known color: Padua. HEX triplet: 76, BC and 9C. RGB value is (118,188,156). Sum of RGB (Red+Green+Blue) = 118+188+156=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BC9C is #894363. Grayscale: #A3A3A3. Windows color (decimal): -8995684 or 10271862. OLE color: 10271862.

HSL color Cylindrical-coordinate representation of color #76BC9C: hue angle of 152.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC9C is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 156 -
CMYK 0.37 0 0.17 0.26
HSL 152.57º 0.34% 0.6% -
HSV(B) 152.57º 0.37% 0.74% -
XYZ 31.46 42.22 37.94 -
YUV 163.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 118 188 156 0.37 0 0.17 0.26 152.57 0.34 0.6
Hex 76 BC 9C 25 0 11 1A 99 22 3C
Octal 166 274 234 45 0 21 32 231 42 74
Binary 1110110 10111100 10011100 100101 0 10001 11010 10011001 100010 111100

Color Harmonies of #76BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC9C

Black with #76BC9C

Text Example


Text Example

White with #76BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,156); }

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

background-color css

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

 a { background-color: rgb(118,188,156); }

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

border-color css

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

 span { border-color: rgb(118,188,156); }

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