Html Css Color HEX #76BEAB Monte Carlo

📋 copy color: '#76BEAB'

red 118 ◦ green 190 ◦ blue 171

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

Shades of Monte Carlo #76BEAB

Tints of Monte Carlo #76BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 24.63%
G = 39.67%
B = 35.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#76BEAB (or 0x76BEAB) is known color: Monte Carlo. HEX triplet: 76, BE and AB. RGB value is (118,190,171). Sum of RGB (Red+Green+Blue) = 118+190+171=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEAB is #894154. Grayscale: #A6A6A6. Windows color (decimal): -8995157 or 11255414. OLE color: 11255414.

HSL color Cylindrical-coordinate representation of color #76BEAB: hue angle of 164.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEAB is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 171 -
CMYK 0.38 0 0.10 0.25
HSL 164.17º 0.36% 0.6% -
HSV(B) 164.17º 0.38% 0.75% -
XYZ 33.24 43.62 45.2 -
YUV 166.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 118 190 171 0.38 0 0.10 0.25 164.17 0.36 0.6
Hex 76 BE AB 26 0 A 19 A4 24 3C
Octal 166 276 253 46 0 12 31 244 44 74
Binary 1110110 10111110 10101011 100110 0 1010 11001 10100100 100100 111100

Color Harmonies of #76BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEAB

Black with #76BEAB

Text Example


Text Example

White with #76BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,171); }

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

background-color css

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

 a { background-color: rgb(118,190,171); }

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

border-color css

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

 span { border-color: rgb(118,190,171); }

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