Html Css Color HEX #76C8BA Monte Carlo

📋 copy color: '#76C8BA'

red 118 ◦ green 200 ◦ blue 186

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

Shades of Monte Carlo #76C8BA

Tints of Monte Carlo #76C8BA

RGB

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

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

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

R = 23.41%
G = 39.68%
B = 36.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#76C8BA (or 0x76C8BA) is known color: Monte Carlo. HEX triplet: 76, C8 and BA. RGB value is (118,200,186). Sum of RGB (Red+Green+Blue) = 118+200+186=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #76C8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C8BA is #893745. Grayscale: #ADADAD. Windows color (decimal): -8992582 or 12241014. OLE color: 12241014.

HSL color Cylindrical-coordinate representation of color #76C8BA: hue angle of 169.76º 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 #76C8BA is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 186 -
CMYK 0.41 0 0.07 0.22
HSL 169.76º 0.43% 0.62% -
HSV(B) 169.76º 0.41% 0.78% -
XYZ 36.99 48.71 53.91 -
YUV 173.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 118 200 186 0.41 0 0.07 0.22 169.76 0.43 0.62
Hex 76 C8 BA 29 0 7 16 AA 2B 3E
Octal 166 310 272 51 0 7 26 252 53 76
Binary 1110110 11001000 10111010 101001 0 111 10110 10101010 101011 111110

Color Harmonies of #76C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C8BA

Black with #76C8BA

Text Example


Text Example

White with #76C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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