Html Css Color HEX #7BBCAC Monte Carlo

📋 copy color: '#7BBCAC'

red 123 ◦ green 188 ◦ blue 172

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

Shades of Monte Carlo #7BBCAC

Tints of Monte Carlo #7BBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

 BLUE value IS 172 (67.58% from 255) = 35.61%

R = 25.47%
G = 38.92%
B = 35.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#7BBCAC (or 0x7BBCAC) is known color: Monte Carlo. HEX triplet: 7B, BC and AC. RGB value is (123,188,172). Sum of RGB (Red+Green+Blue) = 123+188+172=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBCAC is #844353. Grayscale: #A6A6A6. Windows color (decimal): -8667988 or 11320443. OLE color: 11320443.

HSL color Cylindrical-coordinate representation of color #7BBCAC: hue angle of 165.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBCAC is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 188 172 -
CMYK 0.35 0 0.09 0.26
HSL 165.23º 0.33% 0.61% -
HSV(B) 165.23º 0.35% 0.74% -
XYZ 33.6 43.16 45.59 -
YUV 166.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 123 188 172 0.35 0 0.09 0.26 165.23 0.33 0.61
Hex 7B BC AC 23 0 9 1A A5 21 3D
Octal 173 274 254 43 0 11 32 245 41 75
Binary 1111011 10111100 10101100 100011 0 1001 11010 10100101 100001 111101

Color Harmonies of #7BBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBCAC

Black with #7BBCAC

Text Example


Text Example

White with #7BBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,188,172); }

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

background-color css

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

 a { background-color: rgb(123,188,172); }

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

border-color css

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

 span { border-color: rgb(123,188,172); }

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