Html Css Color HEX #76BFBC Monte Carlo

📋 copy color: '#76BFBC'

red 118 ◦ green 191 ◦ blue 188

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

Shades of Monte Carlo #76BFBC

Tints of Monte Carlo #76BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 23.74%
G = 38.43%
B = 37.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#76BFBC (or 0x76BFBC) is known color: Monte Carlo. HEX triplet: 76, BF and BC. RGB value is (118,191,188). Sum of RGB (Red+Green+Blue) = 118+191+188=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFBC is #894043. Grayscale: #A8A8A8. Windows color (decimal): -8994884 or 12369782. OLE color: 12369782.

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

Color convert

RGB 118 191 188 -
CMYK 0.38 0 0.02 0.25
HSL 177.53º 0.36% 0.61% -
HSV(B) 177.53º 0.38% 0.75% -
XYZ 35.18 44.74 54.36 -
YUV 168.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 118 191 188 0.38 0 0.02 0.25 177.53 0.36 0.61
Hex 76 BF BC 26 0 2 19 B2 24 3D
Octal 166 277 274 46 0 2 31 262 44 75
Binary 1110110 10111111 10111100 100110 0 10 11001 10110010 100100 111101

Color Harmonies of #76BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFBC

Black with #76BFBC

Text Example


Text Example

White with #76BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,191,188); }

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

background-color css

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

 a { background-color: rgb(118,191,188); }

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

border-color css

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

 span { border-color: rgb(118,191,188); }

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