Html Css Color HEX #76C3A8 Monte Carlo

📋 copy color: '#76C3A8'

red 118 ◦ green 195 ◦ blue 168

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

Shades of Monte Carlo #76C3A8

Tints of Monte Carlo #76C3A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.93%

R = 24.53%
G = 40.54%
B = 34.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#76C3A8 (or 0x76C3A8) is known color: Monte Carlo. HEX triplet: 76, C3 and A8. RGB value is (118,195,168). Sum of RGB (Red+Green+Blue) = 118+195+168=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #76C3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C3A8 is #893C57. Grayscale: #A8A8A8. Windows color (decimal): -8993880 or 11060086. OLE color: 11060086.

HSL color Cylindrical-coordinate representation of color #76C3A8: hue angle of 158.96º 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 #76C3A8 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 168 -
CMYK 0.39 0 0.14 0.24
HSL 158.96º 0.39% 0.61% -
HSV(B) 158.96º 0.39% 0.76% -
XYZ 34.05 45.71 44.07 -
YUV 168.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 118 195 168 0.39 0 0.14 0.24 158.96 0.39 0.61
Hex 76 C3 A8 27 0 E 18 9F 27 3D
Octal 166 303 250 47 0 16 30 237 47 75
Binary 1110110 11000011 10101000 100111 0 1110 11000 10011111 100111 111101

Color Harmonies of #76C3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C3A8

Black with #76C3A8

Text Example


Text Example

White with #76C3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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