#7CCFB9

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

Shades of Monte Carlo #7CCFB9

Tints of Monte Carlo #7CCFB9

Color information

#7CCFB9 (or 0x7CCFB9) is unknown color: approx Monte Carlo. HEX triplet: 7C, CF and B9. RGB value is (124,207,185). Sum of RGB (Red+Green+Blue) = 124+207+185=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFB9 is #833046. Grayscale: #B3B3B3. Windows color (decimal): -8597575 or 12177276. OLE color: 12177276.

HSL color Cylindrical-coordinate representation of color #7CCFB9: hue angle of 164.1º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCFB9 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB124207185-
CMYK0.4000.110.19
HSL164.1º46.37%64.9%-
HSV(B)164.1º40.1%81.18%-
XYZ39.3852.4153.94-
YUV179.6813188.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.03%
GREEN value IS 207 (81.25% from 255) = 40.12%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=24.03%
G=40.12%
B=35.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242071850.4000.110.19164.146.3764.9
Hex7CCFB9280B13a42e41
Octal174317271500132324456101
Binary111110011001111101110011010000101110011101001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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