Html Css Color HEX #76AE90 Padua

📋 copy color: '#76AE90'

red 118 ◦ green 174 ◦ blue 144

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

Shades of Padua #76AE90

Tints of Padua #76AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.91%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 27.06%
G = 39.91%
B = 33.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#76AE90 (or 0x76AE90) is known color: Padua. HEX triplet: 76, AE and 90. RGB value is (118,174,144). Sum of RGB (Red+Green+Blue) = 118+174+144=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AE90 is #89516F. Grayscale: #999999. Windows color (decimal): -8999280 or 9481846. OLE color: 9481846.

HSL color Cylindrical-coordinate representation of color #76AE90: hue angle of 147.86º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AE90 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 174 144 -
CMYK 0.32 0 0.17 0.32
HSL 147.86º 0.26% 0.57% -
HSV(B) 147.86º 0.32% 0.68% -
XYZ 27.64 36.14 31.9 -
YUV 153.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 118 174 144 0.32 0 0.17 0.32 147.86 0.26 0.57
Hex 76 AE 90 20 0 11 20 94 1A 39
Octal 166 256 220 40 0 21 40 224 32 71
Binary 1110110 10101110 10010000 100000 0 10001 100000 10010100 11010 111001

Color Harmonies of #76AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE90

Black with #76AE90

Text Example


Text Example

White with #76AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,174,144); }

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

background-color css

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

 a { background-color: rgb(118,174,144); }

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

border-color css

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

 span { border-color: rgb(118,174,144); }

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