Html Css Color HEX #7CC4AA Monte Carlo

📋 copy color: '#7CC4AA'

red 124 ◦ green 196 ◦ blue 170

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

Shades of Monte Carlo #7CC4AA

Tints of Monte Carlo #7CC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 25.31%
G = 40%
B = 34.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#7CC4AA (or 0x7CC4AA) is known color: Monte Carlo. HEX triplet: 7C, C4 and AA. RGB value is (124,196,170). Sum of RGB (Red+Green+Blue) = 124+196+170=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC4AA is #833B55. Grayscale: #ABABAB. Windows color (decimal): -8600406 or 11191420. OLE color: 11191420.

HSL color Cylindrical-coordinate representation of color #7CC4AA: hue angle of 158.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC4AA is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 124 196 170 -
CMYK 0.37 0 0.13 0.23
HSL 158.33º 0.38% 0.63% -
HSV(B) 158.33º 0.37% 0.77% -
XYZ 35.31 46.67 45.18 -
YUV 171.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 124 196 170 0.37 0 0.13 0.23 158.33 0.38 0.63
Hex 7C C4 AA 25 0 D 17 9E 26 3F
Octal 174 304 252 45 0 15 27 236 46 77
Binary 1111100 11000100 10101010 100101 0 1101 10111 10011110 100110 111111

Color Harmonies of #7CC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC4AA

Black with #7CC4AA

Text Example


Text Example

White with #7CC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,196,170); }

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

background-color css

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

 a { background-color: rgb(124,196,170); }

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

border-color css

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

 span { border-color: rgb(124,196,170); }

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