Html Css Color HEX #78ABA2 Gulf Stream

📋 copy color: '#78ABA2'

red 120 ◦ green 171 ◦ blue 162

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

Shades of Gulf Stream #78ABA2

Tints of Gulf Stream #78ABA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 26.49%
G = 37.75%
B = 35.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#78ABA2 (or 0x78ABA2) is known color: Gulf Stream. HEX triplet: 78, AB and A2. RGB value is (120,171,162). Sum of RGB (Red+Green+Blue) = 120+171+162=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #78ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABA2 is #87545D. Grayscale: #9A9A9A. Windows color (decimal): -8868958 or 10660728. OLE color: 10660728.

HSL color Cylindrical-coordinate representation of color #78ABA2: hue angle of 169.41º 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 #78ABA2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 171 162 -
CMYK 0.30 0 0.05 0.33
HSL 169.41º 0.23% 0.57% -
HSV(B) 169.41º 0.3% 0.67% -
XYZ 28.83 35.73 39.56 -
YUV 154.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 120 171 162 0.30 0 0.05 0.33 169.41 0.23 0.57
Hex 78 AB A2 1E 0 5 21 A9 17 39
Octal 170 253 242 36 0 5 41 251 27 71
Binary 1111000 10101011 10100010 11110 0 101 100001 10101001 10111 111001

Color Harmonies of #78ABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABA2

Black with #78ABA2

Text Example


Text Example

White with #78ABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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