Html Css Color HEX #76C3BA Monte Carlo

📋 copy color: '#76C3BA'

red 118 ◦ green 195 ◦ blue 186

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

Shades of Monte Carlo #76C3BA

Tints of Monte Carlo #76C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.08%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 23.65%
G = 39.08%
B = 37.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#76C3BA (or 0x76C3BA) is known color: Monte Carlo. HEX triplet: 76, C3 and BA. RGB value is (118,195,186). Sum of RGB (Red+Green+Blue) = 118+195+186=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #76C3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C3BA is #893C45. Grayscale: #AAAAAA. Windows color (decimal): -8993862 or 12239734. OLE color: 12239734.

HSL color Cylindrical-coordinate representation of color #76C3BA: hue angle of 172.99º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C3BA is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 186 -
CMYK 0.39 0 0.05 0.24
HSL 172.99º 0.39% 0.61% -
HSV(B) 172.99º 0.39% 0.76% -
XYZ 35.85 46.43 53.53 -
YUV 170.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 118 195 186 0.39 0 0.05 0.24 172.99 0.39 0.61
Hex 76 C3 BA 27 0 5 18 AD 27 3D
Octal 166 303 272 47 0 5 30 255 47 75
Binary 1110110 11000011 10111010 100111 0 101 11000 10101101 100111 111101

Color Harmonies of #76C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C3BA

Black with #76C3BA

Text Example


Text Example

White with #76C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,186); }

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

background-color css

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

 a { background-color: rgb(118,195,186); }

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

border-color css

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

 span { border-color: rgb(118,195,186); }

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