Html Css Color HEX #76C1B1 Monte Carlo

📋 copy color: '#76C1B1'

red 118 ◦ green 193 ◦ blue 177

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

Shades of Monte Carlo #76C1B1

Tints of Monte Carlo #76C1B1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.55%

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 24.18%
G = 39.55%
B = 36.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#76C1B1 (or 0x76C1B1) is known color: Monte Carlo. HEX triplet: 76, C1 and B1. RGB value is (118,193,177). Sum of RGB (Red+Green+Blue) = 118+193+177=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C1B1 is #893E4E. Grayscale: #A8A8A8. Windows color (decimal): -8994383 or 11649398. OLE color: 11649398.

HSL color Cylindrical-coordinate representation of color #76C1B1: hue angle of 167.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C1B1 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 177 -
CMYK 0.39 0 0.08 0.24
HSL 167.2º 0.38% 0.61% -
HSV(B) 167.2º 0.39% 0.76% -
XYZ 34.48 45.17 48.5 -
YUV 168.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 118 193 177 0.39 0 0.08 0.24 167.2 0.38 0.61
Hex 76 C1 B1 27 0 8 18 A7 26 3D
Octal 166 301 261 47 0 10 30 247 46 75
Binary 1110110 11000001 10110001 100111 0 1000 11000 10100111 100110 111101

Color Harmonies of #76C1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C1B1

Black with #76C1B1

Text Example


Text Example

White with #76C1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,193,177); }

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

background-color css

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

 a { background-color: rgb(118,193,177); }

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

border-color css

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

 span { border-color: rgb(118,193,177); }

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