Html Css Color HEX #78AD9F Gulf Stream

📋 copy color: '#78AD9F'

red 120 ◦ green 173 ◦ blue 159

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

Shades of Gulf Stream #78AD9F

Tints of Gulf Stream #78AD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.27%

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

R = 26.55%
G = 38.27%
B = 35.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#78AD9F (or 0x78AD9F) is known color: Gulf Stream. HEX triplet: 78, AD and 9F. RGB value is (120,173,159). Sum of RGB (Red+Green+Blue) = 120+173+159=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AD9F is #875260. Grayscale: #9B9B9B. Windows color (decimal): -8868449 or 10464632. OLE color: 10464632.

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

Color convert

RGB 120 173 159 -
CMYK 0.31 0 0.08 0.32
HSL 164.15º 0.24% 0.57% -
HSV(B) 164.15º 0.31% 0.68% -
XYZ 28.95 36.38 38.3 -
YUV 155.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 120 173 159 0.31 0 0.08 0.32 164.15 0.24 0.57
Hex 78 AD 9F 1F 0 8 20 A4 18 39
Octal 170 255 237 37 0 10 40 244 30 71
Binary 1111000 10101101 10011111 11111 0 1000 100000 10100100 11000 111001

Color Harmonies of #78AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AD9F

Black with #78AD9F

Text Example


Text Example

White with #78AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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