#78B2B1

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

Shades of Neptune #78B2B1

Tints of Neptune #78B2B1

Color information

#78B2B1 (or 0x78B2B1) is unknown color: approx Neptune. HEX triplet: 78, B2 and B1. RGB value is (120,178,177). Sum of RGB (Red+Green+Blue) = 120+178+177=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #78B2B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B2B1 is #874D4E. Grayscale: #A0A0A0. Windows color (decimal): -8867151 or 11645560. OLE color: 11645560.

HSL color Cylindrical-coordinate representation of color #78B2B1: hue angle of 178.97º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B2B1 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB120178177-
CMYK0.3300.010.30
HSL178.97º27.36%58.43%-
HSV(B)178.97º32.58%69.8%-
XYZ31.639.0147.46-
YUV160.54137.2899.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=25.26%
G=37.47%
B=37.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201781770.3300.010.30178.9727.3658.43
Hex78B2B121011Eb31b3a
Octal1702622614101362633372
Binary1111000101100101011000110000101111101011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,178,177); }

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

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

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

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

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

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

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