#78B8AB

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

Shades of Gulf Stream #78B8AB

Tints of Gulf Stream #78B8AB

Color information

#78B8AB (or 0x78B8AB) is unknown color: approx Gulf Stream. HEX triplet: 78, B8 and AB. RGB value is (120,184,171). Sum of RGB (Red+Green+Blue) = 120+184+171=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #78B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B8AB is #874754. Grayscale: #A3A3A3. Windows color (decimal): -8865621 or 11253880. OLE color: 11253880.

HSL color Cylindrical-coordinate representation of color #78B8AB: hue angle of 167.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B8AB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB120184171-
CMYK0.3500.070.28
HSL167.81º31.07%59.61%-
HSV(B)167.81º34.78%72.16%-
XYZ32.2441.2144.78-
YUV163.38132.397.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 171 (67.19% from 255) = 36%
R=25.26%
G=38.74%
B=36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201841710.3500.070.28167.8131.0759.61
Hex78B8AB23071Ca81f3c
Octal1702702534307342503774
Binary111100010111000101010111000110111111001010100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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