Html Css Color HEX #7CC3AB Monte Carlo

📋 copy color: '#7CC3AB'

red 124 ◦ green 195 ◦ blue 171

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

Shades of Monte Carlo #7CC3AB

Tints of Monte Carlo #7CC3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

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

R = 25.31%
G = 39.8%
B = 34.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#7CC3AB (or 0x7CC3AB) is known color: Monte Carlo. HEX triplet: 7C, C3 and AB. RGB value is (124,195,171). Sum of RGB (Red+Green+Blue) = 124+195+171=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC3AB is #833C54. Grayscale: #ABABAB. Windows color (decimal): -8600661 or 11256700. OLE color: 11256700.

HSL color Cylindrical-coordinate representation of color #7CC3AB: hue angle of 159.72º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC3AB is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 195 171 -
CMYK 0.36 0 0.12 0.24
HSL 159.72º 0.37% 0.63% -
HSV(B) 159.72º 0.36% 0.76% -
XYZ 35.18 46.26 45.6 -
YUV 171.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 124 195 171 0.36 0 0.12 0.24 159.72 0.37 0.63
Hex 7C C3 AB 24 0 C 18 A0 25 3F
Octal 174 303 253 44 0 14 30 240 45 77
Binary 1111100 11000011 10101011 100100 0 1100 11000 10100000 100101 111111

Color Harmonies of #7CC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC3AB

Black with #7CC3AB

Text Example


Text Example

White with #7CC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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