Html Css Color HEX #76BD99 Padua

📋 copy color: '#76BD99'

red 118 ◦ green 189 ◦ blue 153

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

Shades of Padua #76BD99

Tints of Padua #76BD99

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 25.65%
G = 41.09%
B = 33.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#76BD99 (or 0x76BD99) is known color: Padua. HEX triplet: 76, BD and 99. RGB value is (118,189,153). Sum of RGB (Red+Green+Blue) = 118+189+153=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BD99 is #894266. Grayscale: #A3A3A3. Windows color (decimal): -8995431 or 10075510. OLE color: 10075510.

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

Color convert

RGB 118 189 153 -
CMYK 0.38 0 0.19 0.26
HSL 149.58º 0.35% 0.6% -
HSV(B) 149.58º 0.38% 0.74% -
XYZ 31.42 42.55 36.69 -
YUV 163.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 118 189 153 0.38 0 0.19 0.26 149.58 0.35 0.6
Hex 76 BD 99 26 0 13 1A 96 23 3C
Octal 166 275 231 46 0 23 32 226 43 74
Binary 1110110 10111101 10011001 100110 0 10011 11010 10010110 100011 111100

Color Harmonies of #76BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BD99

Black with #76BD99

Text Example


Text Example

White with #76BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,189,153); }

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

background-color css

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

 a { background-color: rgb(118,189,153); }

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

border-color css

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

 span { border-color: rgb(118,189,153); }

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