Html Css Color HEX #76BEBD Monte Carlo

📋 copy color: '#76BEBD'

red 118 ◦ green 190 ◦ blue 189

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

Shades of Monte Carlo #76BEBD

Tints of Monte Carlo #76BEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 23.74%
G = 38.23%
B = 38.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#76BEBD (or 0x76BEBD) is known color: Monte Carlo. HEX triplet: 76, BE and BD. RGB value is (118,190,189). Sum of RGB (Red+Green+Blue) = 118+190+189=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEBD is #894142. Grayscale: #A8A8A8. Windows color (decimal): -8995139 or 12435062. OLE color: 12435062.

HSL color Cylindrical-coordinate representation of color #76BEBD: hue angle of 179.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 #76BEBD is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 189 -
CMYK 0.38 0 0.01 0.25
HSL 179.17º 0.36% 0.6% -
HSV(B) 179.17º 0.38% 0.75% -
XYZ 35.07 44.35 54.86 -
YUV 168.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 118 190 189 0.38 0 0.01 0.25 179.17 0.36 0.6
Hex 76 BE BD 26 0 1 19 B3 24 3C
Octal 166 276 275 46 0 1 31 263 44 74
Binary 1110110 10111110 10111101 100110 0 1 11001 10110011 100100 111100

Color Harmonies of #76BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEBD

Black with #76BEBD

Text Example


Text Example

White with #76BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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