Html Css Color HEX #76B899 Padua

📋 copy color: '#76B899'

red 118 ◦ green 184 ◦ blue 153

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

Shades of Padua #76B899

Tints of Padua #76B899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 25.93%
G = 40.44%
B = 33.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#76B899 (or 0x76B899) is known color: Padua. HEX triplet: 76, B8 and 99. RGB value is (118,184,153). Sum of RGB (Red+Green+Blue) = 118+184+153=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #76B899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B899 is #894766. Grayscale: #A0A0A0. Windows color (decimal): -8996711 or 10074230. OLE color: 10074230.

HSL color Cylindrical-coordinate representation of color #76B899: hue angle of 151.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B899 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 184 153 -
CMYK 0.36 0 0.17 0.28
HSL 151.82º 0.32% 0.59% -
HSV(B) 151.82º 0.36% 0.72% -
XYZ 30.36 40.43 36.34 -
YUV 160.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 118 184 153 0.36 0 0.17 0.28 151.82 0.32 0.59
Hex 76 B8 99 24 0 11 1C 98 20 3B
Octal 166 270 231 44 0 21 34 230 40 73
Binary 1110110 10111000 10011001 100100 0 10001 11100 10011000 100000 111011

Color Harmonies of #76B899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B899

Black with #76B899

Text Example


Text Example

White with #76B899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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