Html Css Color HEX #76C5B4 Monte Carlo

📋 copy color: '#76C5B4'

red 118 ◦ green 197 ◦ blue 180

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

Shades of Monte Carlo #76C5B4

Tints of Monte Carlo #76C5B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 23.84%
G = 39.8%
B = 36.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#76C5B4 (or 0x76C5B4) is known color: Monte Carlo. HEX triplet: 76, C5 and B4. RGB value is (118,197,180). Sum of RGB (Red+Green+Blue) = 118+197+180=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #76C5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C5B4 is #893A4B. Grayscale: #ABABAB. Windows color (decimal): -8993356 or 11847030. OLE color: 11847030.

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

Color convert

RGB 118 197 180 -
CMYK 0.40 0 0.09 0.23
HSL 167.09º 0.41% 0.62% -
HSV(B) 167.09º 0.4% 0.77% -
XYZ 35.68 47.08 50.39 -
YUV 171.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 118 197 180 0.40 0 0.09 0.23 167.09 0.41 0.62
Hex 76 C5 B4 28 0 9 17 A7 29 3E
Octal 166 305 264 50 0 11 27 247 51 76
Binary 1110110 11000101 10110100 101000 0 1001 10111 10100111 101001 111110

Color Harmonies of #76C5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C5B4

Black with #76C5B4

Text Example


Text Example

White with #76C5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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