Html Css Color HEX #7CC6BB Monte Carlo

📋 copy color: '#7CC6BB'

red 124 ◦ green 198 ◦ blue 187

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

Shades of Monte Carlo #7CC6BB

Tints of Monte Carlo #7CC6BB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.9%

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 24.36%
G = 38.9%
B = 36.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#7CC6BB (or 0x7CC6BB) is known color: Monte Carlo. HEX triplet: 7C, C6 and BB. RGB value is (124,198,187). Sum of RGB (Red+Green+Blue) = 124+198+187=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC6BB is #833944. Grayscale: #AEAEAE. Windows color (decimal): -8599877 or 12306044. OLE color: 12306044.

HSL color Cylindrical-coordinate representation of color #7CC6BB: hue angle of 171.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC6BB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 198 187 -
CMYK 0.37 0 0.06 0.22
HSL 171.08º 0.39% 0.63% -
HSV(B) 171.08º 0.37% 0.78% -
XYZ 37.48 48.26 54.35 -
YUV 174.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 124 198 187 0.37 0 0.06 0.22 171.08 0.39 0.63
Hex 7C C6 BB 25 0 6 16 AB 27 3F
Octal 174 306 273 45 0 6 26 253 47 77
Binary 1111100 11000110 10111011 100101 0 110 10110 10101011 100111 111111

Color Harmonies of #7CC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC6BB

Black with #7CC6BB

Text Example


Text Example

White with #7CC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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