Html Css Color HEX #78AA9F Gulf Stream

📋 copy color: '#78AA9F'

red 120 ◦ green 170 ◦ blue 159

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

Shades of Gulf Stream #78AA9F

Tints of Gulf Stream #78AA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 26.73%
G = 37.86%
B = 35.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#78AA9F (or 0x78AA9F) is known color: Gulf Stream. HEX triplet: 78, AA and 9F. RGB value is (120,170,159). Sum of RGB (Red+Green+Blue) = 120+170+159=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA9F is #875560. Grayscale: #999999. Windows color (decimal): -8869217 or 10463864. OLE color: 10463864.

HSL color Cylindrical-coordinate representation of color #78AA9F: hue angle of 166.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA9F is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 170 159 -
CMYK 0.29 0 0.06 0.33
HSL 166.8º 0.23% 0.57% -
HSV(B) 166.8º 0.29% 0.67% -
XYZ 28.38 35.25 38.11 -
YUV 153.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 120 170 159 0.29 0 0.06 0.33 166.8 0.23 0.57
Hex 78 AA 9F 1D 0 6 21 A7 17 39
Octal 170 252 237 35 0 6 41 247 27 71
Binary 1111000 10101010 10011111 11101 0 110 100001 10100111 10111 111001

Color Harmonies of #78AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA9F

Black with #78AA9F

Text Example


Text Example

White with #78AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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