Html Css Color HEX #7CCCBC Monte Carlo

📋 copy color: '#7CCCBC'

red 124 ◦ green 204 ◦ blue 188

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

Shades of Monte Carlo #7CCCBC

Tints of Monte Carlo #7CCCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 24.03%
G = 39.53%
B = 36.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#7CCCBC (or 0x7CCCBC) is known color: Monte Carlo. HEX triplet: 7C, CC and BC. RGB value is (124,204,188). Sum of RGB (Red+Green+Blue) = 124+204+188=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCBC is #833343. Grayscale: #B2B2B2. Windows color (decimal): -8598340 or 12373116. OLE color: 12373116.

HSL color Cylindrical-coordinate representation of color #7CCCBC: hue angle of 168º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCBC is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 188 -
CMYK 0.39 0 0.08 0.2
HSL 168º 0.44% 0.64% -
HSV(B) 168º 0.39% 0.8% -
XYZ 38.98 51.1 55.39 -
YUV 178.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 124 204 188 0.39 0 0.08 0.2 168 0.44 0.64
Hex 7C CC BC 27 0 8 14 A8 2C 40
Octal 174 314 274 47 0 10 24 250 54 100
Binary 1111100 11001100 10111100 100111 0 1000 10100 10101000 101100 1000000

Color Harmonies of #7CCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCCBC

Black with #7CCCBC

Text Example


Text Example

White with #7CCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,204,188); }

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

background-color css

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

 a { background-color: rgb(124,204,188); }

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

border-color css

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

 span { border-color: rgb(124,204,188); }

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