Html Css Color HEX #7CC0AB Monte Carlo

📋 copy color: '#7CC0AB'

red 124 ◦ green 192 ◦ blue 171

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

Shades of Monte Carlo #7CC0AB

Tints of Monte Carlo #7CC0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.43%

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

R = 25.46%
G = 39.43%
B = 35.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#7CC0AB (or 0x7CC0AB) is known color: Monte Carlo. HEX triplet: 7C, C0 and AB. RGB value is (124,192,171). Sum of RGB (Red+Green+Blue) = 124+192+171=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC0AB is #833F54. Grayscale: #A9A9A9. Windows color (decimal): -8601429 or 11255932. OLE color: 11255932.

HSL color Cylindrical-coordinate representation of color #7CC0AB: hue angle of 161.47º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC0AB is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 171 -
CMYK 0.35 0 0.11 0.25
HSL 161.47º 0.35% 0.62% -
HSV(B) 161.47º 0.35% 0.75% -
XYZ 34.51 44.92 45.38 -
YUV 169.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 124 192 171 0.35 0 0.11 0.25 161.47 0.35 0.62
Hex 7C C0 AB 23 0 B 19 A1 23 3E
Octal 174 300 253 43 0 13 31 241 43 76
Binary 1111100 11000000 10101011 100011 0 1011 11001 10100001 100011 111110

Color Harmonies of #7CC0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC0AB

Black with #7CC0AB

Text Example


Text Example

White with #7CC0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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