#78B4B2

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

Shades of Gulf Stream #78B4B2

Tints of Gulf Stream #78B4B2

Color information

#78B4B2 (or 0x78B4B2) is unknown color: approx Gulf Stream. HEX triplet: 78, B4 and B2. RGB value is (120,180,178). Sum of RGB (Red+Green+Blue) = 120+180+178=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4B2 is #874B4D. Grayscale: #A1A1A1. Windows color (decimal): -8866638 or 11711608. OLE color: 11711608.

HSL color Cylindrical-coordinate representation of color #78B4B2: hue angle of 178º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B4B2 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB120180178-
CMYK0.3300.010.29
HSL178º28.57%58.82%-
HSV(B)178º33.33%70.59%-
XYZ32.139.8548.12-
YUV161.83137.1298.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.10%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=25.10%
G=37.66%
B=37.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801780.3300.010.2917828.5758.82
Hex78B4B221011Db21d3b
Octal1702642624101352623573
Binary1111000101101001011001010000101111011011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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