Html Css Color HEX #78BCA4 Gulf Stream

📋 copy color: '#78BCA4'

red 120 ◦ green 188 ◦ blue 164

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

Shades of Gulf Stream #78BCA4

Tints of Gulf Stream #78BCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.75%

R = 25.42%
G = 39.83%
B = 34.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#78BCA4 (or 0x78BCA4) is known color: Gulf Stream. HEX triplet: 78, BC and A4. RGB value is (120,188,164). Sum of RGB (Red+Green+Blue) = 120+188+164=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BCA4 is #87435B. Grayscale: #A4A4A4. Windows color (decimal): -8864604 or 10796152. OLE color: 10796152.

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

Color convert

RGB 120 188 164 -
CMYK 0.36 0 0.13 0.26
HSL 158.82º 0.34% 0.6% -
HSV(B) 158.82º 0.36% 0.74% -
XYZ 32.43 42.64 41.64 -
YUV 164.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 120 188 164 0.36 0 0.13 0.26 158.82 0.34 0.6
Hex 78 BC A4 24 0 D 1A 9F 22 3C
Octal 170 274 244 44 0 15 32 237 42 74
Binary 1111000 10111100 10100100 100100 0 1101 11010 10011111 100010 111100

Color Harmonies of #78BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCA4

Black with #78BCA4

Text Example


Text Example

White with #78BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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