Html Css Color HEX #76BEA5 Monte Carlo

📋 copy color: '#76BEA5'

red 118 ◦ green 190 ◦ blue 165

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

Shades of Monte Carlo #76BEA5

Tints of Monte Carlo #76BEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 165 (64.84% from 255) = 34.88%

R = 24.95%
G = 40.17%
B = 34.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#76BEA5 (or 0x76BEA5) is known color: Monte Carlo. HEX triplet: 76, BE and A5. RGB value is (118,190,165). Sum of RGB (Red+Green+Blue) = 118+190+165=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEA5 is #89415A. Grayscale: #A5A5A5. Windows color (decimal): -8995163 or 10862198. OLE color: 10862198.

HSL color Cylindrical-coordinate representation of color #76BEA5: hue angle of 159.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEA5 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 165 -
CMYK 0.38 0 0.13 0.25
HSL 159.17º 0.36% 0.6% -
HSV(B) 159.17º 0.38% 0.75% -
XYZ 32.68 43.4 42.25 -
YUV 165.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 118 190 165 0.38 0 0.13 0.25 159.17 0.36 0.6
Hex 76 BE A5 26 0 D 19 9F 24 3C
Octal 166 276 245 46 0 15 31 237 44 74
Binary 1110110 10111110 10100101 100110 0 1101 11001 10011111 100100 111100

Color Harmonies of #76BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEA5

Black with #76BEA5

Text Example


Text Example

White with #76BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,165); }

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

background-color css

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

 a { background-color: rgb(118,190,165); }

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

border-color css

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

 span { border-color: rgb(118,190,165); }

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