#7FCBB2

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

Shades of Monte Carlo #7FCBB2

Tints of Monte Carlo #7FCBB2

Color information

#7FCBB2 (or 0x7FCBB2) is unknown color: approx Monte Carlo. HEX triplet: 7F, CB and B2. RGB value is (127,203,178). Sum of RGB (Red+Green+Blue) = 127+203+178=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCBB2 is #80344D. Grayscale: #B1B1B1. Windows color (decimal): -8401998 or 11717503. OLE color: 11717503.

HSL color Cylindrical-coordinate representation of color #7FCBB2: hue angle of 160.26º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCBB2 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB127203178-
CMYK0.3700.120.20
HSL160.26º42.22%64.71%-
HSV(B)160.26º37.44%79.61%-
XYZ38.1450.4449.84-
YUV177.43128.3292.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=25%
G=39.96%
B=35.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272031780.3700.120.20160.2642.2264.71
Hex7FCBB2250C14a02a41
Octal177313262450142424052101
Binary111111111001011101100101001010110010100101000001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,203,178); }

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

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

 a { background-color: rgb(127,203,178); }

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

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

 span { border-color: rgb(127,203,178); }

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