Html Css Color HEX #76C8BB Monte Carlo

📋 copy color: '#76C8BB'

red 118 ◦ green 200 ◦ blue 187

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

Shades of Monte Carlo #76C8BB

Tints of Monte Carlo #76C8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.6%

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

R = 23.37%
G = 39.6%
B = 37.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#76C8BB (or 0x76C8BB) is known color: Monte Carlo. HEX triplet: 76, C8 and BB. RGB value is (118,200,187). Sum of RGB (Red+Green+Blue) = 118+200+187=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #76C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C8BB is #893744. Grayscale: #ADADAD. Windows color (decimal): -8992581 or 12306550. OLE color: 12306550.

HSL color Cylindrical-coordinate representation of color #76C8BB: hue angle of 170.49º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C8BB is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 187 -
CMYK 0.41 0 0.06 0.22
HSL 170.49º 0.43% 0.62% -
HSV(B) 170.49º 0.41% 0.78% -
XYZ 37.1 48.75 54.47 -
YUV 174 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 118 200 187 0.41 0 0.06 0.22 170.49 0.43 0.62
Hex 76 C8 BB 29 0 6 16 AA 2B 3E
Octal 166 310 273 51 0 6 26 252 53 76
Binary 1110110 11001000 10111011 101001 0 110 10110 10101010 101011 111110

Color Harmonies of #76C8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C8BB

Black with #76C8BB

Text Example


Text Example

White with #76C8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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