#78BFC1

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

Shades of Glacier #78BFC1

Tints of Glacier #78BFC1

Color information

#78BFC1 (or 0x78BFC1) is unknown color: approx Glacier. HEX triplet: 78, BF and C1. RGB value is (120,191,193). Sum of RGB (Red+Green+Blue) = 120+191+193=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #78BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFC1 is #87403E. Grayscale: #A9A9A9. Windows color (decimal): -8863807 or 12697464. OLE color: 12697464.

HSL color Cylindrical-coordinate representation of color #78BFC1: hue angle of 181.64º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78BFC1 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120191193-
CMYK0.380.0100.24
HSL181.64º37.06%61.37%-
HSV(B)181.64º37.82%75.69%-
XYZ3645.157.26-
YUV170140.9892.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=23.81%
G=37.90%
B=38.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201911930.380.0100.24181.6437.0661.37
Hex78BFC1261018b6253d
Octal1702773014610302664575
Binary11110001011111111000001100110101100010110110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,191,193); }

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

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

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

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

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

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

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