Html Css Color HEX #76C5BE Monte Carlo

📋 copy color: '#76C5BE'

red 118 ◦ green 197 ◦ blue 190

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

Shades of Monte Carlo #76C5BE

Tints of Monte Carlo #76C5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.01%

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 23.37%
G = 39.01%
B = 37.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#76C5BE (or 0x76C5BE) is known color: Monte Carlo. HEX triplet: 76, C5 and BE. RGB value is (118,197,190). Sum of RGB (Red+Green+Blue) = 118+197+190=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #76C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C5BE is #893A41. Grayscale: #ACACAC. Windows color (decimal): -8993346 or 12502390. OLE color: 12502390.

HSL color Cylindrical-coordinate representation of color #76C5BE: hue angle of 174.68º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C5BE is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 190 -
CMYK 0.40 0 0.04 0.23
HSL 174.68º 0.41% 0.62% -
HSV(B) 174.68º 0.4% 0.77% -
XYZ 36.73 47.5 55.95 -
YUV 172.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 118 197 190 0.40 0 0.04 0.23 174.68 0.41 0.62
Hex 76 C5 BE 28 0 4 17 AF 29 3E
Octal 166 305 276 50 0 4 27 257 51 76
Binary 1110110 11000101 10111110 101000 0 100 10111 10101111 101001 111110

Color Harmonies of #76C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C5BE

Black with #76C5BE

Text Example


Text Example

White with #76C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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