Html Css Color HEX #76BFB4 Monte Carlo

📋 copy color: '#76BFB4'

red 118 ◦ green 191 ◦ blue 180

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

Shades of Monte Carlo #76BFB4

Tints of Monte Carlo #76BFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.81%

R = 24.13%
G = 39.06%
B = 36.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#76BFB4 (or 0x76BFB4) is known color: Monte Carlo. HEX triplet: 76, BF and B4. RGB value is (118,191,180). Sum of RGB (Red+Green+Blue) = 118+191+180=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFB4 is #89404B. Grayscale: #A7A7A7. Windows color (decimal): -8994892 or 11845494. OLE color: 11845494.

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

Color convert

RGB 118 191 180 -
CMYK 0.38 0 0.06 0.25
HSL 170.96º 0.36% 0.61% -
HSV(B) 170.96º 0.38% 0.75% -
XYZ 34.34 44.41 49.94 -
YUV 167.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 118 191 180 0.38 0 0.06 0.25 170.96 0.36 0.61
Hex 76 BF B4 26 0 6 19 AB 24 3D
Octal 166 277 264 46 0 6 31 253 44 75
Binary 1110110 10111111 10110100 100110 0 110 11001 10101011 100100 111101

Color Harmonies of #76BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFB4

Black with #76BFB4

Text Example


Text Example

White with #76BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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