#7CCBBB

Color #7CCBBB Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #7CCBBB

Tints of Monte Carlo #7CCBBB

Color information

#7CCBBB (or 0x7CCBBB) is unknown color: approx Monte Carlo. HEX triplet: 7C, CB and BB. RGB value is (124,203,187). Sum of RGB (Red+Green+Blue) = 124+203+187=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBBB is #833444. Grayscale: #B1B1B1. Windows color (decimal): -8598597 or 12307324. OLE color: 12307324.

HSL color Cylindrical-coordinate representation of color #7CCBBB: hue angle of 167.85º degrees, saturation: 0.43, 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 #7CCBBB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB124203187-
CMYK0.3900.080.20
HSL167.85º43.17%64.12%-
HSV(B)167.85º38.92%79.61%-
XYZ38.6450.5854.74-
YUV177.56133.3389.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.12%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=24.12%
G=39.49%
B=36.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242031870.3900.080.20167.8543.1764.12
Hex7CCBBB270814a82b40
Octal174313273470102425053100
Binary111110011001011101110111001110100010100101010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CCBBB;
 }
 .AnyTagClassName
 {
   color: #7CCBBB;
 }
</style>
background-color css

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

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

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

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

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

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