Html Css Color HEX #78B9AF Gulf Stream

📋 copy color: '#78B9AF'

red 120 ◦ green 185 ◦ blue 175

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

Shades of Gulf Stream #78B9AF

Tints of Gulf Stream #78B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.54%

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 25%
G = 38.54%
B = 36.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#78B9AF (or 0x78B9AF) is known color: Gulf Stream. HEX triplet: 78, B9 and AF. RGB value is (120,185,175). Sum of RGB (Red+Green+Blue) = 120+185+175=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #78B9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B9AF is #874650. Grayscale: #A4A4A4. Windows color (decimal): -8865361 or 11516280. OLE color: 11516280.

HSL color Cylindrical-coordinate representation of color #78B9AF: hue angle of 170.77º 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 #78B9AF is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 185 175 -
CMYK 0.35 0 0.05 0.27
HSL 170.77º 0.32% 0.6% -
HSV(B) 170.77º 0.35% 0.73% -
XYZ 32.83 41.79 46.89 -
YUV 164.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 120 185 175 0.35 0 0.05 0.27 170.77 0.32 0.6
Hex 78 B9 AF 23 0 5 1B AB 20 3C
Octal 170 271 257 43 0 5 33 253 40 74
Binary 1111000 10111001 10101111 100011 0 101 11011 10101011 100000 111100

Color Harmonies of #78B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B9AF

Black with #78B9AF

Text Example


Text Example

White with #78B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,185,175); }

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

background-color css

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

 a { background-color: rgb(120,185,175); }

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

border-color css

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

 span { border-color: rgb(120,185,175); }

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