Html Css Color HEX #78AEAA Gulf Stream

📋 copy color: '#78AEAA'

red 120 ◦ green 174 ◦ blue 170

#78AEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #78AEAA

Tints of Gulf Stream #78AEAA

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.8% from 255) = 36.64%

R = 25.86%
G = 37.5%
B = 36.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#78AEAA (or 0x78AEAA) is known color: 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

RGB 120 174 170 -
CMYK 0.31 0 0.02 0.32
HSL 175.56º 0.25% 0.58% -
HSV(B) 175.56º 0.31% 0.68% -
XYZ 30.14 37.17 43.62 -
YUV 157.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 120 174 170 0.31 0 0.02 0.32 175.56 0.25 0.58
Hex 78 AE AA 1F 0 2 20 B0 19 3A
Octal 170 256 252 37 0 2 40 260 31 72
Binary 1111000 10101110 10101010 11111 0 10 100000 10110000 11001 111010

Color Harmonies of #78AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AEAA

Black with #78AEAA

Text Example


Text Example

White with #78AEAA

Text Example


Text Example

HTML Codes & Css Web 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>