Html Css Color HEX #78ABA6 Gulf Stream

📋 copy color: '#78ABA6'

red 120 ◦ green 171 ◦ blue 166

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

Shades of Gulf Stream #78ABA6

Tints of Gulf Stream #78ABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

 BLUE value IS 166 (65.23% from 255) = 36.32%

R = 26.26%
G = 37.42%
B = 36.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#78ABA6 (or 0x78ABA6) is known color: Gulf Stream. HEX triplet: 78, AB and A6. RGB value is (120,171,166). Sum of RGB (Red+Green+Blue) = 120+171+166=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #78ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABA6 is #875459. Grayscale: #9B9B9B. Windows color (decimal): -8868954 or 10922872. OLE color: 10922872.

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

Color convert

RGB 120 171 166 -
CMYK 0.30 0 0.03 0.33
HSL 174.12º 0.23% 0.57% -
HSV(B) 174.12º 0.3% 0.67% -
XYZ 29.19 35.87 41.46 -
YUV 155.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 120 171 166 0.30 0 0.03 0.33 174.12 0.23 0.57
Hex 78 AB A6 1E 0 3 21 AE 17 39
Octal 170 253 246 36 0 3 41 256 27 71
Binary 1111000 10101011 10100110 11110 0 11 100001 10101110 10111 111001

Color Harmonies of #78ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABA6

Black with #78ABA6

Text Example


Text Example

White with #78ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,171,166); }

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

background-color css

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

 a { background-color: rgb(120,171,166); }

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

border-color css

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

 span { border-color: rgb(120,171,166); }

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