Html Css Color HEX #7CC9AC Monte Carlo

📋 copy color: '#7CC9AC'

red 124 ◦ green 201 ◦ blue 172

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

Shades of Monte Carlo #7CC9AC

Tints of Monte Carlo #7CC9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 24.95%
G = 40.44%
B = 34.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#7CC9AC (or 0x7CC9AC) is known color: Monte Carlo. HEX triplet: 7C, C9 and AC. RGB value is (124,201,172). Sum of RGB (Red+Green+Blue) = 124+201+172=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC9AC is #833653. Grayscale: #AEAEAE. Windows color (decimal): -8599124 or 11323772. OLE color: 11323772.

HSL color Cylindrical-coordinate representation of color #7CC9AC: hue angle of 157.4º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC9AC is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 201 172 -
CMYK 0.38 0 0.14 0.21
HSL 157.4º 0.42% 0.64% -
HSV(B) 157.4º 0.38% 0.79% -
XYZ 36.65 49.04 46.56 -
YUV 174.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 124 201 172 0.38 0 0.14 0.21 157.4 0.42 0.64
Hex 7C C9 AC 26 0 E 15 9D 2A 40
Octal 174 311 254 46 0 16 25 235 52 100
Binary 1111100 11001001 10101100 100110 0 1110 10101 10011101 101010 1000000

Color Harmonies of #7CC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC9AC

Black with #7CC9AC

Text Example


Text Example

White with #7CC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,201,172); }

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

background-color css

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

 a { background-color: rgb(124,201,172); }

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

border-color css

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

 span { border-color: rgb(124,201,172); }

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