Html Css Color HEX #7CBBAB Monte Carlo

📋 copy color: '#7CBBAB'

red 124 ◦ green 187 ◦ blue 171

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

Shades of Monte Carlo #7CBBAB

Tints of Monte Carlo #7CBBAB

RGB

 RED value IS 124 (48.83% from 255) = 25.73%

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 25.73%
G = 38.8%
B = 35.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#7CBBAB (or 0x7CBBAB) is known color: Monte Carlo. HEX triplet: 7C, BB and AB. RGB value is (124,187,171). Sum of RGB (Red+Green+Blue) = 124+187+171=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBBAB is #834454. Grayscale: #A6A6A6. Windows color (decimal): -8602709 or 11254652. OLE color: 11254652.

HSL color Cylindrical-coordinate representation of color #7CBBAB: hue angle of 164.76º degrees, saturation: 0.32, 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 #7CBBAB is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 187 171 -
CMYK 0.34 0 0.09 0.27
HSL 164.76º 0.32% 0.61% -
HSV(B) 164.76º 0.34% 0.73% -
XYZ 33.43 42.77 45.02 -
YUV 166.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 124 187 171 0.34 0 0.09 0.27 164.76 0.32 0.61
Hex 7C BB AB 22 0 9 1B A5 20 3D
Octal 174 273 253 42 0 11 33 245 40 75
Binary 1111100 10111011 10101011 100010 0 1001 11011 10100101 100000 111101

Color Harmonies of #7CBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBBAB

Black with #7CBBAB

Text Example


Text Example

White with #7CBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,187,171); }

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

background-color css

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

 a { background-color: rgb(124,187,171); }

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

border-color css

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

 span { border-color: rgb(124,187,171); }

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