#78AEAA

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

Shades of Gulf Stream #78AEAA

Tints of Gulf Stream #78AEAA

Color information

#78AEAA (or 0x78AEAA) is unknown color: approx Gulf Stream. HEX triplet: 78, AE and AA. RGB value is (120,174,170). Sum of RGB (Red+Green+Blue) = 120+174+170=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #78AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AEAA is #875155. Grayscale: #9D9D9D. Windows color (decimal): -8868182 or 11185784. OLE color: 11185784.

HSL color Cylindrical-coordinate representation of color #78AEAA: hue angle of 175.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AEAA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB120174170-
CMYK0.3100.020.32
HSL175.56º25%57.65%-
HSV(B)175.56º31.03%68.24%-
XYZ30.1437.1743.62-
YUV157.4135.11101.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=25.86%
G=37.5%
B=36.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741700.3100.020.32175.562557.65
Hex78AEAA1F0220b0193a
Octal1702562523702402603172
Binary11110001010111010101010111110101000001011000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,174,170); }

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

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

 a { background-color: rgb(120,174,170); }

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

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

 span { border-color: rgb(120,174,170); }

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