Html Css Color HEX #78BAA2 Gulf Stream

📋 copy color: '#78BAA2'

red 120 ◦ green 186 ◦ blue 162

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

Shades of Gulf Stream #78BAA2

Tints of Gulf Stream #78BAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

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

R = 25.64%
G = 39.74%
B = 34.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#78BAA2 (or 0x78BAA2) is known color: Gulf Stream. HEX triplet: 78, BA and A2. RGB value is (120,186,162). Sum of RGB (Red+Green+Blue) = 120+186+162=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BAA2 is #87455D. Grayscale: #A3A3A3. Windows color (decimal): -8865118 or 10664568. OLE color: 10664568.

HSL color Cylindrical-coordinate representation of color #78BAA2: hue angle of 158.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BAA2 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 186 162 -
CMYK 0.35 0 0.13 0.27
HSL 158.18º 0.32% 0.6% -
HSV(B) 158.18º 0.35% 0.73% -
XYZ 31.83 41.72 40.56 -
YUV 163.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 120 186 162 0.35 0 0.13 0.27 158.18 0.32 0.6
Hex 78 BA A2 23 0 D 1B 9E 20 3C
Octal 170 272 242 43 0 15 33 236 40 74
Binary 1111000 10111010 10100010 100011 0 1101 11011 10011110 100000 111100

Color Harmonies of #78BAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BAA2

Black with #78BAA2

Text Example


Text Example

White with #78BAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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