Html Css Color HEX #7CC2BB Monte Carlo

📋 copy color: '#7CC2BB'

red 124 ◦ green 194 ◦ blue 187

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

Shades of Monte Carlo #7CC2BB

Tints of Monte Carlo #7CC2BB

RGB

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

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

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

R = 24.55%
G = 38.42%
B = 37.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#7CC2BB (or 0x7CC2BB) is known color: Monte Carlo. HEX triplet: 7C, C2 and BB. RGB value is (124,194,187). Sum of RGB (Red+Green+Blue) = 124+194+187=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC2BB is #833D44. Grayscale: #ACACAC. Windows color (decimal): -8600901 or 12305020. OLE color: 12305020.

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

Color convert

RGB 124 194 187 -
CMYK 0.36 0 0.04 0.24
HSL 174º 0.36% 0.62% -
HSV(B) 174º 0.36% 0.76% -
XYZ 36.57 46.46 54.05 -
YUV 172.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 124 194 187 0.36 0 0.04 0.24 174 0.36 0.62
Hex 7C C2 BB 24 0 4 18 AE 24 3E
Octal 174 302 273 44 0 4 30 256 44 76
Binary 1111100 11000010 10111011 100100 0 100 11000 10101110 100100 111110

Color Harmonies of #7CC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC2BB

Black with #7CC2BB

Text Example


Text Example

White with #7CC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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