Html Css Color HEX #78B4AA Gulf Stream

📋 copy color: '#78B4AA'

red 120 ◦ green 180 ◦ blue 170

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

Shades of Gulf Stream #78B4AA

Tints of Gulf Stream #78B4AA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 25.53%
G = 38.3%
B = 36.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#78B4AA (or 0x78B4AA) is known color: Gulf Stream. HEX triplet: 78, B4 and AA. RGB value is (120,180,170). Sum of RGB (Red+Green+Blue) = 120+180+170=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4AA is #874B55. Grayscale: #A0A0A0. Windows color (decimal): -8866646 or 11187320. OLE color: 11187320.

HSL color Cylindrical-coordinate representation of color #78B4AA: hue angle of 170º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B4AA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 180 170 -
CMYK 0.33 0 0.06 0.29
HSL 170º 0.29% 0.59% -
HSV(B) 170º 0.33% 0.71% -
XYZ 31.32 39.54 44.01 -
YUV 160.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 120 180 170 0.33 0 0.06 0.29 170 0.29 0.59
Hex 78 B4 AA 21 0 6 1D AA 1D 3B
Octal 170 264 252 41 0 6 35 252 35 73
Binary 1111000 10110100 10101010 100001 0 110 11101 10101010 11101 111011

Color Harmonies of #78B4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B4AA

Black with #78B4AA

Text Example


Text Example

White with #78B4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,180,170); }

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

background-color css

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

 a { background-color: rgb(120,180,170); }

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

border-color css

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

 span { border-color: rgb(120,180,170); }

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