Html Css Color HEX #76C5BA Monte Carlo

📋 copy color: '#76C5BA'

red 118 ◦ green 197 ◦ blue 186

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

Shades of Monte Carlo #76C5BA

Tints of Monte Carlo #76C5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 23.55%
G = 39.32%
B = 37.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#76C5BA (or 0x76C5BA) is known color: Monte Carlo. HEX triplet: 76, C5 and BA. RGB value is (118,197,186). Sum of RGB (Red+Green+Blue) = 118+197+186=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #76C5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C5BA is #893A45. Grayscale: #ACACAC. Windows color (decimal): -8993350 or 12240246. OLE color: 12240246.

HSL color Cylindrical-coordinate representation of color #76C5BA: hue angle of 171.65º 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 #76C5BA is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 186 -
CMYK 0.40 0 0.06 0.23
HSL 171.65º 0.41% 0.62% -
HSV(B) 171.65º 0.4% 0.77% -
XYZ 36.3 47.33 53.68 -
YUV 172.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 118 197 186 0.40 0 0.06 0.23 171.65 0.41 0.62
Hex 76 C5 BA 28 0 6 17 AC 29 3E
Octal 166 305 272 50 0 6 27 254 51 76
Binary 1110110 11000101 10111010 101000 0 110 10111 10101100 101001 111110

Color Harmonies of #76C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C5BA

Black with #76C5BA

Text Example


Text Example

White with #76C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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