Html Css Color HEX #78BCA8 Gulf Stream

📋 copy color: '#78BCA8'

red 120 ◦ green 188 ◦ blue 168

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

Shades of Gulf Stream #78BCA8

Tints of Gulf Stream #78BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 25.21%
G = 39.5%
B = 35.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#78BCA8 (or 0x78BCA8) is known color: Gulf Stream. HEX triplet: 78, BC and A8. RGB value is (120,188,168). Sum of RGB (Red+Green+Blue) = 120+188+168=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BCA8 is #874357. Grayscale: #A5A5A5. Windows color (decimal): -8864600 or 11058296. OLE color: 11058296.

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

Color convert

RGB 120 188 168 -
CMYK 0.36 0 0.11 0.26
HSL 162.35º 0.34% 0.6% -
HSV(B) 162.35º 0.36% 0.74% -
XYZ 32.8 42.79 43.58 -
YUV 165.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 120 188 168 0.36 0 0.11 0.26 162.35 0.34 0.6
Hex 78 BC A8 24 0 B 1A A2 22 3C
Octal 170 274 250 44 0 13 32 242 42 74
Binary 1111000 10111100 10101000 100100 0 1011 11010 10100010 100010 111100

Color Harmonies of #78BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCA8

Black with #78BCA8

Text Example


Text Example

White with #78BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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