Html Css Color HEX #78AEA2 Gulf Stream

📋 copy color: '#78AEA2'

red 120 ◦ green 174 ◦ blue 162

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

Shades of Gulf Stream #78AEA2

Tints of Gulf Stream #78AEA2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

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

R = 26.32%
G = 38.16%
B = 35.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#78AEA2 (or 0x78AEA2) is known color: Gulf Stream. HEX triplet: 78, AE and A2. RGB value is (120,174,162). Sum of RGB (Red+Green+Blue) = 120+174+162=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #78AEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AEA2 is #87515D. Grayscale: #9C9C9C. Windows color (decimal): -8868190 or 10661496. OLE color: 10661496.

HSL color Cylindrical-coordinate representation of color #78AEA2: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AEA2 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 174 162 -
CMYK 0.31 0 0.07 0.32
HSL 166.67º 0.25% 0.58% -
HSV(B) 166.67º 0.31% 0.68% -
XYZ 29.4 36.87 39.75 -
YUV 156.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 120 174 162 0.31 0 0.07 0.32 166.67 0.25 0.58
Hex 78 AE A2 1F 0 7 20 A7 19 3A
Octal 170 256 242 37 0 7 40 247 31 72
Binary 1111000 10101110 10100010 11111 0 111 100000 10100111 11001 111010

Color Harmonies of #78AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AEA2

Black with #78AEA2

Text Example


Text Example

White with #78AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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