Html Css Color HEX #78B4A9 Gulf Stream

📋 copy color: '#78B4A9'

red 120 ◦ green 180 ◦ blue 169

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

Shades of Gulf Stream #78B4A9

Tints of Gulf Stream #78B4A9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 25.59%
G = 38.38%
B = 36.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#78B4A9 (or 0x78B4A9) is known color: Gulf Stream. HEX triplet: 78, B4 and A9. RGB value is (120,180,169). Sum of RGB (Red+Green+Blue) = 120+180+169=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4A9 is #874B56. Grayscale: #A0A0A0. Windows color (decimal): -8866647 or 11121784. OLE color: 11121784.

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

Color convert

RGB 120 180 169 -
CMYK 0.33 0 0.06 0.29
HSL 169º 0.29% 0.59% -
HSV(B) 169º 0.33% 0.71% -
XYZ 31.23 39.5 43.51 -
YUV 160.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 120 180 169 0.33 0 0.06 0.29 169 0.29 0.59
Hex 78 B4 A9 21 0 6 1D A9 1D 3B
Octal 170 264 251 41 0 6 35 251 35 73
Binary 1111000 10110100 10101001 100001 0 110 11101 10101001 11101 111011

Color Harmonies of #78B4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B4A9

Black with #78B4A9

Text Example


Text Example

White with #78B4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,180,169); }

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

background-color css

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

 a { background-color: rgb(120,180,169); }

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

border-color css

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

 span { border-color: rgb(120,180,169); }

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