#78bcbc

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

Shades of Glacier #78BCBC

Tints of Glacier #78BCBC

Color information

#78BCBC (or 0x78BCBC) is unknown color: approx Glacier. HEX triplet: 78, BC and BC. RGB value is (120,188,188). Sum of RGB (Red+Green+Blue) = 120+188+188=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #78BCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCBC is #874343. Grayscale: #A7A7A7. Windows color (decimal): -8864580 or 12369016. OLE color: 12369016.

HSL color Cylindrical-coordinate representation of color #78BCBC: hue angle of 180º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BCBC is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120188188-
CMYK0.36000.26
HSL180º33.66%60.39%-
HSV(B)180º36.17%73.73%-
XYZ34.8143.5954.16-
YUV167.67139.4794-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.19%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=24.19%
G=37.90%
B=37.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201881880.36000.2618033.6660.39
Hex78BCBC24001Ab4223c
Octal1702742744400322644274
Binary11110001011110010111100100100001101010110100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78bcbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,188,188); }

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

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

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

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

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

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

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