Html Css Color HEX #7CC6BE Monte Carlo

📋 copy color: '#7CC6BE'

red 124 ◦ green 198 ◦ blue 190

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

Shades of Monte Carlo #7CC6BE

Tints of Monte Carlo #7CC6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 24.22%
G = 38.67%
B = 37.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#7CC6BE (or 0x7CC6BE) is known color: Monte Carlo. HEX triplet: 7C, C6 and BE. RGB value is (124,198,190). Sum of RGB (Red+Green+Blue) = 124+198+190=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC6BE is #833941. Grayscale: #AEAEAE. Windows color (decimal): -8599874 or 12502652. OLE color: 12502652.

HSL color Cylindrical-coordinate representation of color #7CC6BE: hue angle of 173.51º 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 #7CC6BE is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 198 190 -
CMYK 0.37 0 0.04 0.22
HSL 173.51º 0.39% 0.63% -
HSV(B) 173.51º 0.37% 0.78% -
XYZ 37.8 48.39 56.06 -
YUV 174.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 124 198 190 0.37 0 0.04 0.22 173.51 0.39 0.63
Hex 7C C6 BE 25 0 4 16 AE 27 3F
Octal 174 306 276 45 0 4 26 256 47 77
Binary 1111100 11000110 10111110 100101 0 100 10110 10101110 100111 111111

Color Harmonies of #7CC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC6BE

Black with #7CC6BE

Text Example


Text Example

White with #7CC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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