Html Css Color HEX #7CC2A6 Monte Carlo

📋 copy color: '#7CC2A6'

red 124 ◦ green 194 ◦ blue 166

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

Shades of Monte Carlo #7CC2A6

Tints of Monte Carlo #7CC2A6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

 BLUE value IS 166 (65.23% from 255) = 34.3%

R = 25.62%
G = 40.08%
B = 34.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#7CC2A6 (or 0x7CC2A6) is known color: Monte Carlo. HEX triplet: 7C, C2 and A6. RGB value is (124,194,166). Sum of RGB (Red+Green+Blue) = 124+194+166=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC2A6 is #833D59. Grayscale: #A9A9A9. Windows color (decimal): -8600922 or 10928764. OLE color: 10928764.

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

Color convert

RGB 124 194 166 -
CMYK 0.36 0 0.14 0.24
HSL 156º 0.36% 0.62% -
HSV(B) 156º 0.36% 0.76% -
XYZ 34.49 45.62 43.06 -
YUV 169.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 124 194 166 0.36 0 0.14 0.24 156 0.36 0.62
Hex 7C C2 A6 24 0 E 18 9C 24 3E
Octal 174 302 246 44 0 16 30 234 44 76
Binary 1111100 11000010 10100110 100100 0 1110 11000 10011100 100100 111110

Color Harmonies of #7CC2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC2A6

Black with #7CC2A6

Text Example


Text Example

White with #7CC2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,194,166); }

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

background-color css

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

 a { background-color: rgb(124,194,166); }

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

border-color css

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

 span { border-color: rgb(124,194,166); }

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