Html Css Color HEX #76BFAC Monte Carlo

📋 copy color: '#76BFAC'

red 118 ◦ green 191 ◦ blue 172

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

Shades of Monte Carlo #76BFAC

Tints of Monte Carlo #76BFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 24.53%
G = 39.71%
B = 35.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#76BFAC (or 0x76BFAC) is known color: Monte Carlo. HEX triplet: 76, BF and AC. RGB value is (118,191,172). Sum of RGB (Red+Green+Blue) = 118+191+172=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BFAC is #894053. Grayscale: #A7A7A7. Windows color (decimal): -8994900 or 11321206. OLE color: 11321206.

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

Color convert

RGB 118 191 172 -
CMYK 0.38 0 0.10 0.25
HSL 164.38º 0.36% 0.61% -
HSV(B) 164.38º 0.38% 0.75% -
XYZ 33.55 44.09 45.77 -
YUV 167.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 118 191 172 0.38 0 0.10 0.25 164.38 0.36 0.61
Hex 76 BF AC 26 0 A 19 A4 24 3D
Octal 166 277 254 46 0 12 31 244 44 75
Binary 1110110 10111111 10101100 100110 0 1010 11001 10100100 100100 111101

Color Harmonies of #76BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFAC

Black with #76BFAC

Text Example


Text Example

White with #76BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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