#78B4A4

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

Shades of Gulf Stream #78B4A4

Tints of Gulf Stream #78B4A4

Color information

#78B4A4 (or 0x78B4A4) is unknown color: approx Gulf Stream. HEX triplet: 78, B4 and A4. RGB value is (120,180,164). Sum of RGB (Red+Green+Blue) = 120+180+164=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4A4 is #874B5B. Grayscale: #A0A0A0. Windows color (decimal): -8866652 or 10794104. OLE color: 10794104.

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

Color convert

RGB120180164-
CMYK0.3300.090.29
HSL164º28.57%58.82%-
HSV(B)164º33.33%70.59%-
XYZ30.7739.3241.09-
YUV160.24130.1299.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=25.86%
G=38.79%
B=35.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801640.3300.090.2916428.5758.82
Hex78B4A421091Da41d3b
Octal17026424441011352443573
Binary1111000101101001010010010000101001111011010010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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