Html Css Color HEX #7CC0BB Monte Carlo

📋 copy color: '#7CC0BB'

red 124 ◦ green 192 ◦ blue 187

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

Shades of Monte Carlo #7CC0BB

Tints of Monte Carlo #7CC0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 24.65%
G = 38.17%
B = 37.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#7CC0BB (or 0x7CC0BB) is known color: Monte Carlo. HEX triplet: 7C, C0 and BB. RGB value is (124,192,187). Sum of RGB (Red+Green+Blue) = 124+192+187=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0BB is #833F44. Grayscale: #ABABAB. Windows color (decimal): -8601413 or 12304508. OLE color: 12304508.

HSL color Cylindrical-coordinate representation of color #7CC0BB: hue angle of 175.59º 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 #7CC0BB is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 187 -
CMYK 0.35 0 0.03 0.25
HSL 175.59º 0.35% 0.62% -
HSV(B) 175.59º 0.35% 0.75% -
XYZ 36.13 45.57 53.91 -
YUV 171.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 124 192 187 0.35 0 0.03 0.25 175.59 0.35 0.62
Hex 7C C0 BB 23 0 3 19 B0 23 3E
Octal 174 300 273 43 0 3 31 260 43 76
Binary 1111100 11000000 10111011 100011 0 11 11001 10110000 100011 111110

Color Harmonies of #7CC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC0BB

Black with #7CC0BB

Text Example


Text Example

White with #7CC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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