Html Css Color HEX #7CC5BD Monte Carlo

📋 copy color: '#7CC5BD'

red 124 ◦ green 197 ◦ blue 189

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

Shades of Monte Carlo #7CC5BD

Tints of Monte Carlo #7CC5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.63%

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 24.31%
G = 38.63%
B = 37.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#7CC5BD (or 0x7CC5BD) is known color: Monte Carlo. HEX triplet: 7C, C5 and BD. RGB value is (124,197,189). Sum of RGB (Red+Green+Blue) = 124+197+189=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5BD is #833A42. Grayscale: #AEAEAE. Windows color (decimal): -8600131 or 12436860. OLE color: 12436860.

HSL color Cylindrical-coordinate representation of color #7CC5BD: hue angle of 173.42º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC5BD is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 124 197 189 -
CMYK 0.37 0 0.04 0.23
HSL 173.42º 0.39% 0.63% -
HSV(B) 173.42º 0.37% 0.77% -
XYZ 37.46 47.89 55.41 -
YUV 174.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 124 197 189 0.37 0 0.04 0.23 173.42 0.39 0.63
Hex 7C C5 BD 25 0 4 17 AD 27 3F
Octal 174 305 275 45 0 4 27 255 47 77
Binary 1111100 11000101 10111101 100101 0 100 10111 10101101 100111 111111

Color Harmonies of #7CC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC5BD

Black with #7CC5BD

Text Example


Text Example

White with #7CC5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,197,189); }

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

background-color css

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

 a { background-color: rgb(124,197,189); }

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

border-color css

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

 span { border-color: rgb(124,197,189); }

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