Html Css Color HEX #78AEA7 Gulf Stream

📋 copy color: '#78AEA7'

red 120 ◦ green 174 ◦ blue 167

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

Shades of Gulf Stream #78AEA7

Tints of Gulf Stream #78AEA7

RGB

 RED value IS 120 (47.27% from 255) = 26.03%

 GREEN value IS 174 (68.36% from 255) = 37.74%

 BLUE value IS 167 (65.63% from 255) = 36.23%

R = 26.03%
G = 37.74%
B = 36.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#78AEA7 (or 0x78AEA7) is known color: Gulf Stream. HEX triplet: 78, AE and A7. RGB value is (120,174,167). Sum of RGB (Red+Green+Blue) = 120+174+167=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #78AEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AEA7 is #875158. Grayscale: #9D9D9D. Windows color (decimal): -8868185 or 10989176. OLE color: 10989176.

HSL color Cylindrical-coordinate representation of color #78AEA7: hue angle of 172.22º 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 #78AEA7 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 174 167 -
CMYK 0.31 0 0.04 0.32
HSL 172.22º 0.25% 0.58% -
HSV(B) 172.22º 0.31% 0.68% -
XYZ 29.86 37.06 42.14 -
YUV 157.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 120 174 167 0.31 0 0.04 0.32 172.22 0.25 0.58
Hex 78 AE A7 1F 0 4 20 AC 19 3A
Octal 170 256 247 37 0 4 40 254 31 72
Binary 1111000 10101110 10100111 11111 0 100 100000 10101100 11001 111010

Color Harmonies of #78AEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AEA7

Black with #78AEA7

Text Example


Text Example

White with #78AEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78AEA7;
 }
 .AnyTagClassName
 {
   color: #78AEA7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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