Html Css Color HEX #78BBA9 Gulf Stream

📋 copy color: '#78BBA9'

red 120 ◦ green 187 ◦ blue 169

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

Shades of Gulf Stream #78BBA9

Tints of Gulf Stream #78BBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

 BLUE value IS 169 (66.41% from 255) = 35.5%

R = 25.21%
G = 39.29%
B = 35.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#78BBA9 (or 0x78BBA9) is known color: Gulf Stream. HEX triplet: 78, BB and A9. RGB value is (120,187,169). Sum of RGB (Red+Green+Blue) = 120+187+169=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BBA9 is #874456. Grayscale: #A4A4A4. Windows color (decimal): -8864855 or 11123576. OLE color: 11123576.

HSL color Cylindrical-coordinate representation of color #78BBA9: hue angle of 163.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BBA9 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 187 169 -
CMYK 0.36 0 0.10 0.27
HSL 163.88º 0.33% 0.6% -
HSV(B) 163.88º 0.36% 0.73% -
XYZ 32.68 42.4 44 -
YUV 164.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 120 187 169 0.36 0 0.10 0.27 163.88 0.33 0.6
Hex 78 BB A9 24 0 A 1B A4 21 3C
Octal 170 273 251 44 0 12 33 244 41 74
Binary 1111000 10111011 10101001 100100 0 1010 11011 10100100 100001 111100

Color Harmonies of #78BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BBA9

Black with #78BBA9

Text Example


Text Example

White with #78BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,187,169); }

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

background-color css

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

 a { background-color: rgb(120,187,169); }

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

border-color css

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

 span { border-color: rgb(120,187,169); }

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