#7ccbb1

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

Shades of Monte Carlo #7CCBB1

Tints of Monte Carlo #7CCBB1

Color information

#7CCBB1 (or 0x7CCBB1) is unknown color: approx Monte Carlo. HEX triplet: 7C, CB and B1. RGB value is (124,203,177). Sum of RGB (Red+Green+Blue) = 124+203+177=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCBB1 is #83344E. Grayscale: #B0B0B0. Windows color (decimal): -8598607 or 11651964. OLE color: 11651964.

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

Color convert

RGB124203177-
CMYK0.3900.130.20
HSL160.25º43.17%64.12%-
HSV(B)160.25º38.92%79.61%-
XYZ37.650.1749.3-
YUV176.42128.3390.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=24.60%
G=40.28%
B=35.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242031770.3900.130.20160.2543.1764.12
Hex7CCBB1270D14a02b40
Octal174313261470152424053100
Binary111110011001011101100011001110110110100101000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ccbb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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