#7FCABC

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

Shades of Monte Carlo #7FCABC

Tints of Monte Carlo #7FCABC

Color information

#7FCABC (or 0x7FCABC) is unknown color: approx Monte Carlo. HEX triplet: 7F, CA and BC. RGB value is (127,202,188). Sum of RGB (Red+Green+Blue) = 127+202+188=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCABC is #803543. Grayscale: #B1B1B1. Windows color (decimal): -8402244 or 12372607. OLE color: 12372607.

HSL color Cylindrical-coordinate representation of color #7FCABC: hue angle of 168.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCABC is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB127202188-
CMYK0.3700.070.21
HSL168.8º41.44%64.51%-
HSV(B)168.8º37.13%79.22%-
XYZ38.9550.3855.25-
YUV177.98133.6591.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.56%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=24.56%
G=39.07%
B=36.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021880.3700.070.21168.841.4464.51
Hex7FCABC250715a92941
Octal17731227445072525151101
Binary11111111100101010111100100101011110101101010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,188); }

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

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

 a { background-color: rgb(127,202,188); }

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

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

 span { border-color: rgb(127,202,188); }

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