Html Css Color HEX #7CC6AB Monte Carlo

📋 copy color: '#7CC6AB'

red 124 ◦ green 198 ◦ blue 171

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

Shades of Monte Carlo #7CC6AB

Tints of Monte Carlo #7CC6AB

RGB

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

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

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

R = 25.15%
G = 40.16%
B = 34.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#7CC6AB (or 0x7CC6AB) is known color: Monte Carlo. HEX triplet: 7C, C6 and AB. RGB value is (124,198,171). Sum of RGB (Red+Green+Blue) = 124+198+171=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC6AB is #833954. Grayscale: #ACACAC. Windows color (decimal): -8599893 or 11257468. OLE color: 11257468.

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

Color convert

RGB 124 198 171 -
CMYK 0.37 0 0.14 0.22
HSL 158.11º 0.39% 0.63% -
HSV(B) 158.11º 0.37% 0.78% -
XYZ 35.86 47.61 45.83 -
YUV 172.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 124 198 171 0.37 0 0.14 0.22 158.11 0.39 0.63
Hex 7C C6 AB 25 0 E 16 9E 27 3F
Octal 174 306 253 45 0 16 26 236 47 77
Binary 1111100 11000110 10101011 100101 0 1110 10110 10011110 100111 111111

Color Harmonies of #7CC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC6AB

Black with #7CC6AB

Text Example


Text Example

White with #7CC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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