Html Css Color HEX #78BCA7 Gulf Stream

📋 copy color: '#78BCA7'

red 120 ◦ green 188 ◦ blue 167

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

Shades of Gulf Stream #78BCA7

Tints of Gulf Stream #78BCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.16%

R = 25.26%
G = 39.58%
B = 35.16%

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

#78BCA7 (or 0x78BCA7) is known color: Gulf Stream. HEX triplet: 78, BC and A7. RGB value is (120,188,167). Sum of RGB (Red+Green+Blue) = 120+188+167=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BCA7 is #874358. Grayscale: #A5A5A5. Windows color (decimal): -8864601 or 10992760. OLE color: 10992760.

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

Color convert

RGB 120 188 167 -
CMYK 0.36 0 0.11 0.26
HSL 161.47º 0.34% 0.6% -
HSV(B) 161.47º 0.36% 0.74% -
XYZ 32.7 42.75 43.09 -
YUV 165.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 120 188 167 0.36 0 0.11 0.26 161.47 0.34 0.6
Hex 78 BC A7 24 0 B 1A A1 22 3C
Octal 170 274 247 44 0 13 32 241 42 74
Binary 1111000 10111100 10100111 100100 0 1011 11010 10100001 100010 111100

Color Harmonies of #78BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCA7

Black with #78BCA7

Text Example


Text Example

White with #78BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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