Html Css Color HEX #78BBAB Gulf Stream

📋 copy color: '#78BBAB'

red 120 ◦ green 187 ◦ blue 171

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

Shades of Gulf Stream #78BBAB

Tints of Gulf Stream #78BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 25.1%
G = 39.12%
B = 35.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#78BBAB (or 0x78BBAB) is known color: Gulf Stream. HEX triplet: 78, BB and AB. RGB value is (120,187,171). Sum of RGB (Red+Green+Blue) = 120+187+171=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #78BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BBAB is #874454. Grayscale: #A5A5A5. Windows color (decimal): -8864853 or 11254648. OLE color: 11254648.

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

Color convert

RGB 120 187 171 -
CMYK 0.36 0 0.09 0.27
HSL 165.67º 0.33% 0.6% -
HSV(B) 165.67º 0.36% 0.73% -
XYZ 32.87 42.47 44.99 -
YUV 165.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 120 187 171 0.36 0 0.09 0.27 165.67 0.33 0.6
Hex 78 BB AB 24 0 9 1B A6 21 3C
Octal 170 273 253 44 0 11 33 246 41 74
Binary 1111000 10111011 10101011 100100 0 1001 11011 10100110 100001 111100

Color Harmonies of #78BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BBAB

Black with #78BBAB

Text Example


Text Example

White with #78BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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