Html Css Color HEX #78BCA9 Gulf Stream

📋 copy color: '#78BCA9'

red 120 ◦ green 188 ◦ blue 169

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

Shades of Gulf Stream #78BCA9

Tints of Gulf Stream #78BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

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

R = 25.16%
G = 39.41%
B = 35.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#78BCA9 (or 0x78BCA9) is known color: Gulf Stream. HEX triplet: 78, BC and A9. RGB value is (120,188,169). Sum of RGB (Red+Green+Blue) = 120+188+169=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BCA9 is #874356. Grayscale: #A5A5A5. Windows color (decimal): -8864599 or 11123832. OLE color: 11123832.

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

Color convert

RGB 120 188 169 -
CMYK 0.36 0 0.10 0.26
HSL 163.24º 0.34% 0.6% -
HSV(B) 163.24º 0.36% 0.74% -
XYZ 32.89 42.82 44.07 -
YUV 165.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 120 188 169 0.36 0 0.10 0.26 163.24 0.34 0.6
Hex 78 BC A9 24 0 A 1A A3 22 3C
Octal 170 274 251 44 0 12 32 243 42 74
Binary 1111000 10111100 10101001 100100 0 1010 11010 10100011 100010 111100

Color Harmonies of #78BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCA9

Black with #78BCA9

Text Example


Text Example

White with #78BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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