Html Css Color HEX #78ADA2 Gulf Stream

📋 copy color: '#78ADA2'

red 120 ◦ green 173 ◦ blue 162

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

Shades of Gulf Stream #78ADA2

Tints of Gulf Stream #78ADA2

RGB

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

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

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

R = 26.37%
G = 38.02%
B = 35.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#78ADA2 (or 0x78ADA2) is known color: Gulf Stream. HEX triplet: 78, AD and A2. RGB value is (120,173,162). Sum of RGB (Red+Green+Blue) = 120+173+162=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #78ADA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ADA2 is #87525D. Grayscale: #9B9B9B. Windows color (decimal): -8868446 or 10661240. OLE color: 10661240.

HSL color Cylindrical-coordinate representation of color #78ADA2: hue angle of 167.55º 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 #78ADA2 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 173 162 -
CMYK 0.31 0 0.06 0.32
HSL 167.55º 0.24% 0.57% -
HSV(B) 167.55º 0.31% 0.68% -
XYZ 29.21 36.49 39.69 -
YUV 155.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 120 173 162 0.31 0 0.06 0.32 167.55 0.24 0.57
Hex 78 AD A2 1F 0 6 20 A8 18 39
Octal 170 255 242 37 0 6 40 250 30 71
Binary 1111000 10101101 10100010 11111 0 110 100000 10101000 11000 111001

Color Harmonies of #78ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ADA2

Black with #78ADA2

Text Example


Text Example

White with #78ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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