#7CC8BA

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

Shades of Monte Carlo #7CC8BA

Tints of Monte Carlo #7CC8BA

Color information

#7CC8BA (or 0x7CC8BA) is unknown color: approx Monte Carlo. HEX triplet: 7C, C8 and BA. RGB value is (124,200,186). Sum of RGB (Red+Green+Blue) = 124+200+186=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC8BA is #833745. Grayscale: #AFAFAF. Windows color (decimal): -8599366 or 12241020. OLE color: 12241020.

HSL color Cylindrical-coordinate representation of color #7CC8BA: hue angle of 168.95º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC8BA is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB124200186-
CMYK0.3800.070.22
HSL168.95º40.86%63.53%-
HSV(B)168.95º38%78.43%-
XYZ37.8349.1453.95-
YUV175.68133.8291.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.31%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=24.31%
G=39.22%
B=36.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1242001860.3800.070.22168.9540.8663.53
Hex7CC8BA260716a92940
Octal17431027246072625151100
Binary11111001100100010111010100110011110110101010011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,200,186); }

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

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

 a { background-color: rgb(124,200,186); }

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

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

 span { border-color: rgb(124,200,186); }

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