Html Css Color HEX #78B5AC Gulf Stream

📋 copy color: '#78B5AC'

red 120 ◦ green 181 ◦ blue 172

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

Shades of Gulf Stream #78B5AC

Tints of Gulf Stream #78B5AC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.27%

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 25.37%
G = 38.27%
B = 36.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#78B5AC (or 0x78B5AC) is known color: Gulf Stream. HEX triplet: 78, B5 and AC. RGB value is (120,181,172). Sum of RGB (Red+Green+Blue) = 120+181+172=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #78B5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B5AC is #874A53. Grayscale: #A1A1A1. Windows color (decimal): -8866388 or 11318648. OLE color: 11318648.

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

Color convert

RGB 120 181 172 -
CMYK 0.34 0 0.05 0.29
HSL 171.15º 0.29% 0.59% -
HSV(B) 171.15º 0.34% 0.71% -
XYZ 31.72 40.02 45.08 -
YUV 161.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 120 181 172 0.34 0 0.05 0.29 171.15 0.29 0.59
Hex 78 B5 AC 22 0 5 1D AB 1D 3B
Octal 170 265 254 42 0 5 35 253 35 73
Binary 1111000 10110101 10101100 100010 0 101 11101 10101011 11101 111011

Color Harmonies of #78B5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B5AC

Black with #78B5AC

Text Example


Text Example

White with #78B5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,181,172); }

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

background-color css

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

 a { background-color: rgb(120,181,172); }

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

border-color css

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

 span { border-color: rgb(120,181,172); }

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