Html Css Color HEX #78B3B1 Gulf Stream

📋 copy color: '#78B3B1'

red 120 ◦ green 179 ◦ blue 177

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

Shades of Gulf Stream #78B3B1

Tints of Gulf Stream #78B3B1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 25.21%
G = 37.61%
B = 37.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#78B3B1 (or 0x78B3B1) is known color: Gulf Stream. HEX triplet: 78, B3 and B1. RGB value is (120,179,177). Sum of RGB (Red+Green+Blue) = 120+179+177=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #78B3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B3B1 is #874C4E. Grayscale: #A1A1A1. Windows color (decimal): -8866895 or 11645816. OLE color: 11645816.

HSL color Cylindrical-coordinate representation of color #78B3B1: hue angle of 177.97º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B3B1 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 179 177 -
CMYK 0.33 0 0.01 0.30
HSL 177.97º 0.28% 0.59% -
HSV(B) 177.97º 0.33% 0.7% -
XYZ 31.8 39.41 47.53 -
YUV 161.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 120 179 177 0.33 0 0.01 0.30 177.97 0.28 0.59
Hex 78 B3 B1 21 0 1 1E B2 1C 3B
Octal 170 263 261 41 0 1 36 262 34 73
Binary 1111000 10110011 10110001 100001 0 1 11110 10110010 11100 111011

Color Harmonies of #78B3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B3B1

Black with #78B3B1

Text Example


Text Example

White with #78B3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,179,177); }

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

background-color css

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

 a { background-color: rgb(120,179,177); }

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

border-color css

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

 span { border-color: rgb(120,179,177); }

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