#78CBB3

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

Shades of Monte Carlo #78CBB3

Tints of Monte Carlo #78CBB3

Color information

#78CBB3 (or 0x78CBB3) is unknown color: approx Monte Carlo. HEX triplet: 78, CB and B3. RGB value is (120,203,179). Sum of RGB (Red+Green+Blue) = 120+203+179=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #78CBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBB3 is #87344C. Grayscale: #AFAFAF. Windows color (decimal): -8860749 or 11783032. OLE color: 11783032.

HSL color Cylindrical-coordinate representation of color #78CBB3: hue angle of 162.65º 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 #78CBB3 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB120203179-
CMYK0.4100.120.20
HSL162.65º44.39%63.33%-
HSV(B)162.65º40.89%79.61%-
XYZ37.2449.9650.33-
YUV175.4513088.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.90%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=23.90%
G=40.44%
B=35.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202031790.4100.120.20162.6544.3963.33
Hex78CBB3290C14a32c3f
Octal17031326351014242435477
Binary11110001100101110110011101001011001010010100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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