Html Css Color HEX #78B4A4 Gulf Stream

📋 copy color: '#78B4A4'

red 120 ◦ green 180 ◦ blue 164

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

Shades of Gulf Stream #78B4A4

Tints of Gulf Stream #78B4A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.34%

R = 25.86%
G = 38.79%
B = 35.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#78B4A4 (or 0x78B4A4) is known color: Gulf Stream. HEX triplet: 78, B4 and A4. RGB value is (120,180,164). Sum of RGB (Red+Green+Blue) = 120+180+164=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4A4 is #874B5B. Grayscale: #A0A0A0. Windows color (decimal): -8866652 or 10794104. OLE color: 10794104.

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

Color convert

RGB 120 180 164 -
CMYK 0.33 0 0.09 0.29
HSL 164º 0.29% 0.59% -
HSV(B) 164º 0.33% 0.71% -
XYZ 30.77 39.32 41.09 -
YUV 160.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 120 180 164 0.33 0 0.09 0.29 164 0.29 0.59
Hex 78 B4 A4 21 0 9 1D A4 1D 3B
Octal 170 264 244 41 0 11 35 244 35 73
Binary 1111000 10110100 10100100 100001 0 1001 11101 10100100 11101 111011

Color Harmonies of #78B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B4A4

Black with #78B4A4

Text Example


Text Example

White with #78B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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