Html Css Color HEX #7CC2AB Monte Carlo

📋 copy color: '#7CC2AB'

red 124 ◦ green 194 ◦ blue 171

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

Shades of Monte Carlo #7CC2AB

Tints of Monte Carlo #7CC2AB

RGB

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

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

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

R = 25.36%
G = 39.67%
B = 34.97%

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

#7CC2AB (or 0x7CC2AB) is known color: Monte Carlo. HEX triplet: 7C, C2 and AB. RGB value is (124,194,171). Sum of RGB (Red+Green+Blue) = 124+194+171=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC2AB is #833D54. Grayscale: #AAAAAA. Windows color (decimal): -8600917 or 11256444. OLE color: 11256444.

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

Color convert

RGB 124 194 171 -
CMYK 0.36 0 0.12 0.24
HSL 160.29º 0.36% 0.62% -
HSV(B) 160.29º 0.36% 0.76% -
XYZ 34.95 45.81 45.53 -
YUV 170.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 124 194 171 0.36 0 0.12 0.24 160.29 0.36 0.62
Hex 7C C2 AB 24 0 C 18 A0 24 3E
Octal 174 302 253 44 0 14 30 240 44 76
Binary 1111100 11000010 10101011 100100 0 1100 11000 10100000 100100 111110

Color Harmonies of #7CC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC2AB

Black with #7CC2AB

Text Example


Text Example

White with #7CC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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