Html Css Color HEX #76BDAF Monte Carlo

📋 copy color: '#76BDAF'

red 118 ◦ green 189 ◦ blue 175

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

Shades of Monte Carlo #76BDAF

Tints of Monte Carlo #76BDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.21%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 24.48%
G = 39.21%
B = 36.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#76BDAF (or 0x76BDAF) is known color: Monte Carlo. HEX triplet: 76, BD and AF. RGB value is (118,189,175). Sum of RGB (Red+Green+Blue) = 118+189+175=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BDAF is #894250. Grayscale: #A6A6A6. Windows color (decimal): -8995409 or 11517302. OLE color: 11517302.

HSL color Cylindrical-coordinate representation of color #76BDAF: hue angle of 168.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BDAF is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 189 175 -
CMYK 0.38 0 0.07 0.26
HSL 168.17º 0.35% 0.6% -
HSV(B) 168.17º 0.38% 0.74% -
XYZ 33.41 43.34 47.16 -
YUV 166.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 118 189 175 0.38 0 0.07 0.26 168.17 0.35 0.6
Hex 76 BD AF 26 0 7 1A A8 23 3C
Octal 166 275 257 46 0 7 32 250 43 74
Binary 1110110 10111101 10101111 100110 0 111 11010 10101000 100011 111100

Color Harmonies of #76BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDAF

Black with #76BDAF

Text Example


Text Example

White with #76BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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