Html Css Color HEX #78B4B0 Gulf Stream

📋 copy color: '#78B4B0'

red 120 ◦ green 180 ◦ blue 176

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

Shades of Gulf Stream #78B4B0

Tints of Gulf Stream #78B4B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 25.21%
G = 37.82%
B = 36.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#78B4B0 (or 0x78B4B0) is known color: Gulf Stream. HEX triplet: 78, B4 and B0. RGB value is (120,180,176). Sum of RGB (Red+Green+Blue) = 120+180+176=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #78B4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B4B0 is #874B4F. Grayscale: #A1A1A1. Windows color (decimal): -8866640 or 11580536. OLE color: 11580536.

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

Color convert

RGB 120 180 176 -
CMYK 0.33 0 0.02 0.29
HSL 176º 0.29% 0.59% -
HSV(B) 176º 0.33% 0.71% -
XYZ 31.9 39.77 47.07 -
YUV 161.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 120 180 176 0.33 0 0.02 0.29 176 0.29 0.59
Hex 78 B4 B0 21 0 2 1D B0 1D 3B
Octal 170 264 260 41 0 2 35 260 35 73
Binary 1111000 10110100 10110000 100001 0 10 11101 10110000 11101 111011

Color Harmonies of #78B4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B4B0

Black with #78B4B0

Text Example


Text Example

White with #78B4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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