#78B4AB

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

Shades of Gulf Stream #78B4AB

Tints of Gulf Stream #78B4AB

Color information

#78B4AB (or 0x78B4AB) is unknown color: approx Gulf Stream. HEX triplet: 78, B4 and AB. RGB value is (120,180,171). Sum of RGB (Red+Green+Blue) = 120+180+171=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4AB is #874B54. Grayscale: #A1A1A1. Windows color (decimal): -8866645 or 11252856. OLE color: 11252856.

HSL color Cylindrical-coordinate representation of color #78B4AB: hue angle of 171º 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 #78B4AB is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB120180171-
CMYK0.3300.050.29
HSL171º28.57%58.82%-
HSV(B)171º33.33%70.59%-
XYZ31.4239.5844.51-
YUV161.03133.6298.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.48%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=25.48%
G=38.22%
B=36.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801710.3300.050.2917128.5758.82
Hex78B4AB21051Dab1d3b
Octal1702642534105352533573
Binary111100010110100101010111000010101111011010101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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