#78cbb0

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

Shades of Monte Carlo #78CBB0

Tints of Monte Carlo #78CBB0

Color information

#78CBB0 (or 0x78CBB0) is unknown color: approx Monte Carlo. HEX triplet: 78, CB and B0. RGB value is (120,203,176). Sum of RGB (Red+Green+Blue) = 120+203+176=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #78CBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CBB0 is #87344F. Grayscale: #AFAFAF. Windows color (decimal): -8860752 or 11586424. OLE color: 11586424.

HSL color Cylindrical-coordinate representation of color #78CBB0: hue angle of 160.48º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBB0 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB120203176-
CMYK0.4100.130.20
HSL160.48º44.39%63.33%-
HSV(B)160.48º40.89%79.61%-
XYZ36.9449.8448.75-
YUV175.1128.588.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.05%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=24.05%
G=40.68%
B=35.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202031760.4100.130.20160.4844.3963.33
Hex78CBB0290D14a02c3f
Octal17031326051015242405477
Binary11110001100101110110000101001011011010010100000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78cbb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78cbb0; }

 p { color: rgb(120,203,176); }

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

<style>
 a { background-color: #78cbb0; }

 a { background-color: rgb(120,203,176); }

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

<style>
 span { border-color: #78cbb0; }

 span { border-color: rgb(120,203,176); }

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