#78B8A2

Color #78B8A2 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #78B8A2

Tints of Gulf Stream #78B8A2

Color information

#78B8A2 (or 0x78B8A2) is unknown color: approx Gulf Stream. HEX triplet: 78, B8 and A2. RGB value is (120,184,162). Sum of RGB (Red+Green+Blue) = 120+184+162=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #78B8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B8A2 is #87475D. Grayscale: #A2A2A2. Windows color (decimal): -8865630 or 10664056. OLE color: 10664056.

HSL color Cylindrical-coordinate representation of color #78B8A2: hue angle of 159.38º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B8A2 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB120184162-
CMYK0.3500.120.28
HSL159.38º31.07%59.61%-
HSV(B)159.38º34.78%72.16%-
XYZ31.4140.8840.42-
YUV162.36127.897.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.75%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=25.75%
G=39.48%
B=34.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201841620.3500.120.28159.3831.0759.61
Hex78B8A2230C1C9f1f3c
Octal17027024243014342373774
Binary1111000101110001010001010001101100111001001111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,184,162); }

 H1.HeaderClassName
 {
   color: #78B8A2;
 }
 .AnyTagClassName
 {
   color: #78B8A2;
 }
</style>
background-color css

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

 a { background-color: rgb(120,184,162); }

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

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

 span { border-color: rgb(120,184,162); }

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