Html Css Color HEX #7BBAB0 Monte Carlo

📋 copy color: '#7BBAB0'

red 123 ◦ green 186 ◦ blue 176

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

Shades of Monte Carlo #7BBAB0

Tints of Monte Carlo #7BBAB0

RGB

 RED value IS 123 (48.44% from 255) = 25.36%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 25.36%
G = 38.35%
B = 36.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#7BBAB0 (or 0x7BBAB0) is known color: Monte Carlo. HEX triplet: 7B, BA and B0. RGB value is (123,186,176). Sum of RGB (Red+Green+Blue) = 123+186+176=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBAB0 is #84454F. Grayscale: #A6A6A6. Windows color (decimal): -8668496 or 11582075. OLE color: 11582075.

HSL color Cylindrical-coordinate representation of color #7BBAB0: hue angle of 170.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBAB0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 186 176 -
CMYK 0.34 0 0.05 0.27
HSL 170.48º 0.31% 0.61% -
HSV(B) 170.48º 0.34% 0.73% -
XYZ 33.56 42.46 47.5 -
YUV 166.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 123 186 176 0.34 0 0.05 0.27 170.48 0.31 0.61
Hex 7B BA B0 22 0 5 1B AA 1F 3D
Octal 173 272 260 42 0 5 33 252 37 75
Binary 1111011 10111010 10110000 100010 0 101 11011 10101010 11111 111101

Color Harmonies of #7BBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBAB0

Black with #7BBAB0

Text Example


Text Example

White with #7BBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BBAB0; }

 p { color: rgb(123,186,176); }

 H1.HeaderClassName
 {
   color: #7BBAB0;
 }
 .AnyTagClassName
 {
   color: #7BBAB0;
 }
</style>

background-color css

<style>
 a { background-color: #7BBAB0; }

 a { background-color: rgb(123,186,176); }

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

border-color css

<style>
 span { border-color: #7BBAB0; }

 span { border-color: rgb(123,186,176); }

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