Html Css Color HEX #76BFAF Monte Carlo

📋 copy color: '#76BFAF'

red 118 ◦ green 191 ◦ blue 175

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

Shades of Monte Carlo #76BFAF

Tints of Monte Carlo #76BFAF

RGB

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

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

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

R = 24.38%
G = 39.46%
B = 36.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#76BFAF (or 0x76BFAF) is known color: Monte Carlo. HEX triplet: 76, BF and AF. RGB value is (118,191,175). Sum of RGB (Red+Green+Blue) = 118+191+175=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BFAF is #894050. Grayscale: #A7A7A7. Windows color (decimal): -8994897 or 11517814. OLE color: 11517814.

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

Color convert

RGB 118 191 175 -
CMYK 0.38 0 0.08 0.25
HSL 166.85º 0.36% 0.61% -
HSV(B) 166.85º 0.38% 0.75% -
XYZ 33.84 44.21 47.31 -
YUV 167.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 118 191 175 0.38 0 0.08 0.25 166.85 0.36 0.61
Hex 76 BF AF 26 0 8 19 A7 24 3D
Octal 166 277 257 46 0 10 31 247 44 75
Binary 1110110 10111111 10101111 100110 0 1000 11001 10100111 100100 111101

Color Harmonies of #76BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFAF

Black with #76BFAF

Text Example


Text Example

White with #76BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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