Html Css Color HEX #76CBB9 Monte Carlo

📋 copy color: '#76CBB9'

red 118 ◦ green 203 ◦ blue 185

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

Shades of Monte Carlo #76CBB9

Tints of Monte Carlo #76CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.12%

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 23.32%
G = 40.12%
B = 36.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#76CBB9 (or 0x76CBB9) is known color: Monte Carlo. HEX triplet: 76, CB and B9. RGB value is (118,203,185). Sum of RGB (Red+Green+Blue) = 118+203+185=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #76CBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBB9 is #893446. Grayscale: #AFAFAF. Windows color (decimal): -8991815 or 12176246. OLE color: 12176246.

HSL color Cylindrical-coordinate representation of color #76CBB9: hue angle of 167.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CBB9 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 203 185 -
CMYK 0.42 0 0.09 0.20
HSL 167.29º 0.45% 0.63% -
HSV(B) 167.29º 0.42% 0.8% -
XYZ 37.58 50.07 53.58 -
YUV 175.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 118 203 185 0.42 0 0.09 0.20 167.29 0.45 0.63
Hex 76 CB B9 2A 0 9 14 A7 2D 3F
Octal 166 313 271 52 0 11 24 247 55 77
Binary 1110110 11001011 10111001 101010 0 1001 10100 10100111 101101 111111

Color Harmonies of #76CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBB9

Black with #76CBB9

Text Example


Text Example

White with #76CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,203,185); }

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

background-color css

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

 a { background-color: rgb(118,203,185); }

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

border-color css

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

 span { border-color: rgb(118,203,185); }

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