#77ceb2

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

Shades of Monte Carlo #77CEB2

Tints of Monte Carlo #77CEB2

Color information

#77CEB2 (or 0x77CEB2) is unknown color: approx Monte Carlo. HEX triplet: 77, CE and B2. RGB value is (119,206,178). Sum of RGB (Red+Green+Blue) = 119+206+178=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CEB2 is #88314D. Grayscale: #B0B0B0. Windows color (decimal): -8925518 or 11718263. OLE color: 11718263.

HSL color Cylindrical-coordinate representation of color #77CEB2: hue angle of 160.69º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEB2 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB119206178-
CMYK0.4200.140.19
HSL160.69º47.03%63.73%-
HSV(B)160.69º42.23%80.78%-
XYZ37.7151.2850.03-
YUV176.8128.6886.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.66%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=23.66%
G=40.95%
B=35.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192061780.4200.140.19160.6947.0363.73
Hex77CEB22A0E13a12f40
Octal167316262520162324157100
Binary111011111001110101100101010100111010011101000011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ceb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77ceb2; }

 p { color: rgb(119,206,178); }

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

<style>
 a { background-color: #77ceb2; }

 a { background-color: rgb(119,206,178); }

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

<style>
 span { border-color: #77ceb2; }

 span { border-color: rgb(119,206,178); }

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