Html Css Color HEX #76BFB8 Monte Carlo

📋 copy color: '#76BFB8'

red 118 ◦ green 191 ◦ blue 184

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

Shades of Monte Carlo #76BFB8

Tints of Monte Carlo #76BFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 23.94%
G = 38.74%
B = 37.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#76BFB8 (or 0x76BFB8) is known color: Monte Carlo. HEX triplet: 76, BF and B8. RGB value is (118,191,184). Sum of RGB (Red+Green+Blue) = 118+191+184=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFB8 is #894047. Grayscale: #A8A8A8. Windows color (decimal): -8994888 or 12107638. OLE color: 12107638.

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

Color convert

RGB 118 191 184 -
CMYK 0.38 0 0.04 0.25
HSL 174.25º 0.36% 0.61% -
HSV(B) 174.25º 0.38% 0.75% -
XYZ 34.75 44.57 52.12 -
YUV 168.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 118 191 184 0.38 0 0.04 0.25 174.25 0.36 0.61
Hex 76 BF B8 26 0 4 19 AE 24 3D
Octal 166 277 270 46 0 4 31 256 44 75
Binary 1110110 10111111 10111000 100110 0 100 11001 10101110 100100 111101

Color Harmonies of #76BFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFB8

Black with #76BFB8

Text Example


Text Example

White with #76BFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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