Html Css Color HEX #76C2BB Monte Carlo

📋 copy color: '#76C2BB'

red 118 ◦ green 194 ◦ blue 187

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

Shades of Monte Carlo #76C2BB

Tints of Monte Carlo #76C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 23.65%
G = 38.88%
B = 37.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#76C2BB (or 0x76C2BB) is known color: Monte Carlo. HEX triplet: 76, C2 and BB. RGB value is (118,194,187). Sum of RGB (Red+Green+Blue) = 118+194+187=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #76C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C2BB is #893D44. Grayscale: #AAAAAA. Windows color (decimal): -8994117 or 12305014. OLE color: 12305014.

HSL color Cylindrical-coordinate representation of color #76C2BB: hue angle of 174.47º 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 #76C2BB is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 187 -
CMYK 0.39 0 0.04 0.24
HSL 174.47º 0.38% 0.61% -
HSV(B) 174.47º 0.39% 0.76% -
XYZ 35.73 46.02 54.01 -
YUV 170.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 118 194 187 0.39 0 0.04 0.24 174.47 0.38 0.61
Hex 76 C2 BB 27 0 4 18 AE 26 3D
Octal 166 302 273 47 0 4 30 256 46 75
Binary 1110110 11000010 10111011 100111 0 100 11000 10101110 100110 111101

Color Harmonies of #76C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C2BB

Black with #76C2BB

Text Example


Text Example

White with #76C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,194,187); }

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

background-color css

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

 a { background-color: rgb(118,194,187); }

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

border-color css

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

 span { border-color: rgb(118,194,187); }

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