Html Css Color HEX #76BDAE Monte Carlo

📋 copy color: '#76BDAE'

red 118 ◦ green 189 ◦ blue 174

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

Shades of Monte Carlo #76BDAE

Tints of Monte Carlo #76BDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 24.53%
G = 39.29%
B = 36.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#76BDAE (or 0x76BDAE) is known color: Monte Carlo. HEX triplet: 76, BD and AE. RGB value is (118,189,174). Sum of RGB (Red+Green+Blue) = 118+189+174=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BDAE is #894251. Grayscale: #A6A6A6. Windows color (decimal): -8995410 or 11451766. OLE color: 11451766.

HSL color Cylindrical-coordinate representation of color #76BDAE: hue angle of 167.32º 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 #76BDAE is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 189 174 -
CMYK 0.38 0 0.08 0.26
HSL 167.32º 0.35% 0.6% -
HSV(B) 167.32º 0.38% 0.74% -
XYZ 33.31 43.3 46.65 -
YUV 166.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 118 189 174 0.38 0 0.08 0.26 167.32 0.35 0.6
Hex 76 BD AE 26 0 8 1A A7 23 3C
Octal 166 275 256 46 0 10 32 247 43 74
Binary 1110110 10111101 10101110 100110 0 1000 11010 10100111 100011 111100

Color Harmonies of #76BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDAE

Black with #76BDAE

Text Example


Text Example

White with #76BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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