#7CCBB9

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

Shades of Monte Carlo #7CCBB9

Tints of Monte Carlo #7CCBB9

Color information

#7CCBB9 (or 0x7CCBB9) is unknown color: approx Monte Carlo. HEX triplet: 7C, CB and B9. RGB value is (124,203,185). Sum of RGB (Red+Green+Blue) = 124+203+185=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBB9 is #833446. Grayscale: #B1B1B1. Windows color (decimal): -8598599 or 12176252. OLE color: 12176252.

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

Color convert

RGB124203185-
CMYK0.3900.090.20
HSL166.33º43.17%64.12%-
HSV(B)166.33º38.92%79.61%-
XYZ38.4350.553.62-
YUV177.33132.3389.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.22%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=24.22%
G=39.65%
B=36.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242031850.3900.090.20166.3343.1764.12
Hex7CCBB9270914a62b40
Octal174313271470112424653100
Binary111110011001011101110011001110100110100101001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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