Html Css Color HEX #7CC1AD Monte Carlo

📋 copy color: '#7CC1AD'

red 124 ◦ green 193 ◦ blue 173

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

Shades of Monte Carlo #7CC1AD

Tints of Monte Carlo #7CC1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.39%

 BLUE value IS 173 (67.97% from 255) = 35.31%

R = 25.31%
G = 39.39%
B = 35.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#7CC1AD (or 0x7CC1AD) is known color: Monte Carlo. HEX triplet: 7C, C1 and AD. RGB value is (124,193,173). Sum of RGB (Red+Green+Blue) = 124+193+173=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC1AD is #833E52. Grayscale: #AAAAAA. Windows color (decimal): -8601171 or 11387260. OLE color: 11387260.

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

Color convert

RGB 124 193 173 -
CMYK 0.36 0 0.10 0.24
HSL 162.61º 0.36% 0.62% -
HSV(B) 162.61º 0.36% 0.76% -
XYZ 34.92 45.44 46.47 -
YUV 170.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 124 193 173 0.36 0 0.10 0.24 162.61 0.36 0.62
Hex 7C C1 AD 24 0 A 18 A3 24 3E
Octal 174 301 255 44 0 12 30 243 44 76
Binary 1111100 11000001 10101101 100100 0 1010 11000 10100011 100100 111110

Color Harmonies of #7CC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC1AD

Black with #7CC1AD

Text Example


Text Example

White with #7CC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,193,173); }

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

background-color css

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

 a { background-color: rgb(124,193,173); }

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

border-color css

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

 span { border-color: rgb(124,193,173); }

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